diff options
author | albert-github <albert.tests@gmail.com> | 2019-01-05 12:08:19 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-01-05 12:08:19 (GMT) |
commit | dbddf36cd10c3e6cd9419a08d688f8cbfd57f9c3 (patch) | |
tree | e748249439bda30972881f9ee62f00f680446278 /templates | |
parent | 5d66d2ea14a173edb3d6b7ffaabd0196392fcb0f (diff) | |
download | Doxygen-dbddf36cd10c3e6cd9419a08d688f8cbfd57f9c3.zip Doxygen-dbddf36cd10c3e6cd9419a08d688f8cbfd57f9c3.tar.gz Doxygen-dbddf36cd10c3e6cd9419a08d688f8cbfd57f9c3.tar.bz2 |
Implementing `<hr>` for LaTeX
In LaTeX the `<hr>` was implemented as a"new paragraph", now as a horizontal line.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/latex/doxygen.sty | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/latex/doxygen.sty b/templates/latex/doxygen.sty index cf92712..e696837 100644 --- a/templates/latex/doxygen.sty +++ b/templates/latex/doxygen.sty @@ -35,6 +35,10 @@ \endgroup% } +\newcommand{\DoxyHorRuler}{% + \setlength{\parskip}{0ex plus 0ex minus 0ex}% + \hrule% +} \newcommand{\DoxyLabelFont}{} \newcommand{\entrylabel}[1]{% {% |