diff options
author | albert-github <albert.tests@gmail.com> | 2019-02-23 11:17:12 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-02-23 11:17:12 (GMT) |
commit | 1666897861c9acf8ef136022ad278b2fcf4eca65 (patch) | |
tree | 2ee7dd58ecc089689c426884e8212814eab28d61 /templates | |
parent | d562d7a4bf3cec36858bdc8b01245da042024817 (diff) | |
download | Doxygen-1666897861c9acf8ef136022ad278b2fcf4eca65.zip Doxygen-1666897861c9acf8ef136022ad278b2fcf4eca65.tar.gz Doxygen-1666897861c9acf8ef136022ad278b2fcf4eca65.tar.bz2 |
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).
Diffstat (limited to 'templates')
-rw-r--r-- | templates/latex/doxygen.sty | 2 |
1 files changed, 1 insertions, 1 deletions
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}% |