From a0880ff1c41a1c57bc92c1ccf99cf750064e2995 Mon Sep 17 00:00:00 2001 From: albert-github Date: Fri, 28 Aug 2015 14:59:36 +0200 Subject: Alignment in LaTeX parameter table Too be consistent between HTML, LaTeX and RTF the items should all be left aligned in the param table. --- templates/latex/doxygen.sty | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/latex/doxygen.sty b/templates/latex/doxygen.sty index 53d198f..2051b30 100644 --- a/templates/latex/doxygen.sty +++ b/templates/latex/doxygen.sty @@ -273,10 +273,10 @@ \tabulinesep=1mm% \par% \ifthenelse{\equal{#1}{}}% - {\begin{longtabu} spread 0pt [l]{|X[-1,r]|X[-1,l]|}}% name + description + {\begin{longtabu} spread 0pt [l]{|X[-1,l]|X[-1,l]|}}% name + description {\ifthenelse{\equal{#1}{1}}% - {\begin{longtabu} spread 0pt [l]{|X[-1,c]|X[-1,r]|X[-1,l]|}}% in/out + name + desc - {\begin{longtabu} spread 0pt [l]{|X[-1,c]|X[-1,c]|X[-1,r]|X[-1,l]|}}% in/out + type + name + desc + {\begin{longtabu} spread 0pt [l]{|X[-1,l]|X[-1,l]|X[-1,l]|}}% in/out + name + desc + {\begin{longtabu} spread 0pt [l]{|X[-1,l]|X[-1,l]|X[-1,l]|X[-1,l]|}}% in/out + type + name + desc } \multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #2}\\[1ex]% \hline% -- cgit v0.12