From 1666897861c9acf8ef136022ad278b2fcf4eca65 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sat, 23 Feb 2019 12:17:12 +0100 Subject: Indentation of paragraphs in LaTeX Looking in the documentation at e.g. the commands `\class` or `\image` we see that the start of some paragraph titles in LaTeX is a bit to the left of the normal indentation. Corrected the leftmargin setting (consistent with other settings). --- templates/latex/doxygen.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/latex/doxygen.sty b/templates/latex/doxygen.sty index de16c7d..2d31cf3 100644 --- a/templates/latex/doxygen.sty +++ b/templates/latex/doxygen.sty @@ -308,7 +308,7 @@ \newenvironment{DoxyParagraph}[1]{% \begin{list}{}{% \settowidth{\labelwidth}{40pt}% - \setlength{\leftmargin}{\labelwidth}% + \setlength{\leftmargin}{\labelwidth+\labelsep}% \setlength{\parsep}{0pt}% \setlength{\itemsep}{-4pt}% \renewcommand{\makelabel}{\entrylabel}% -- cgit v0.12