>From 9ecafff80ede69a2d85d5a28562fa86a5d925609 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Wed, 9 Aug 2017 19:49:18 +0900 Subject: [PATCH 2/5] styleguide: Tweak layout of 'Limitation' table Use nice ruled lines of "booktabs". Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- appendix/styleguide/styleguide.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appendix/styleguide/styleguide.tex b/appendix/styleguide/styleguide.tex index 6b41897..2312316 100644 --- a/appendix/styleguide/styleguide.tex +++ b/appendix/styleguide/styleguide.tex @@ -391,12 +391,13 @@ Table~\ref{tab:app:styleguide:Limitation of Monospace Macro} lists such limitations. \begin{table}[tbh] -\centering\footnotesize -\begin{tabular}{lll} +\renewcommand*{\arraystretch}{1.2}\centering\footnotesize +\begin{tabular}{@{}lll@{}}\toprule Macro & Need Escape & Should Avoid \\ - \hline + \midrule \co{\\co}, \co{\\nbco} & \co{\\}, \%, \{, \} & \\ \co{\\tco} & \# & \%, \{, \}, \co{\\} \\ + \bottomrule \end{tabular} \caption{Limitation of Monospace Macro} \label{tab:app:styleguide:Limitation of Monospace Macro} -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html