diff options
author | albert-github <albert.tests@gmail.com> | 2019-08-29 16:06:51 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-08-29 16:06:51 (GMT) |
commit | 416ee572ba35b4d0cf30ccca66f0691c658f2e53 (patch) | |
tree | f6ab44585b72c1ac646711059d2356bd4c764308 /templates/latex | |
parent | a3093ff24ec75b70d6d7dc37ca2c7e68f36161fe (diff) | |
download | Doxygen-416ee572ba35b4d0cf30ccca66f0691c658f2e53.zip Doxygen-416ee572ba35b4d0cf30ccca66f0691c658f2e53.tar.gz Doxygen-416ee572ba35b4d0cf30ccca66f0691c658f2e53.tar.bz2 |
Problem with `<hr>` in LaTeX multicolumn cell
Small problem with defining `\hrulefilll`, moved code.
Diffstat (limited to 'templates/latex')
-rw-r--r-- | templates/latex/doxygen.sty | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/latex/doxygen.sty b/templates/latex/doxygen.sty index d28554b..83891a5 100644 --- a/templates/latex/doxygen.sty +++ b/templates/latex/doxygen.sty @@ -35,10 +35,6 @@ \endgroup% } -\makeatletter -\newcommand\hrulefilll{\leavevmode\leaders\hrule\hskip 0pt plus 1filll\kern\z@} -\makeatother - \newcommand{\DoxyHorRuler}[1]{% \setlength{\parskip}{0ex plus 0ex minus 0ex}% \ifthenelse{#1=0}% |