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 /doc | |
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 'doc')
-rw-r--r-- | doc/doxygen_manual.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doxygen_manual.tex b/doc/doxygen_manual.tex index 8ff3c66..e350013 100644 --- a/doc/doxygen_manual.tex +++ b/doc/doxygen_manual.tex @@ -66,6 +66,11 @@ \usepackage{doxygen} \usepackage{manual} %% +%gave problems when in doxygen.sty +\makeatletter +\newcommand\hrulefilll{\leavevmode\leaders\hrule\hskip 0pt plus 1filll\kern\z@} +\makeatother +%% % unfortunately constructs like: % \renewcommand{\doxysection}[1]{\doxysubsection{##1}} % using values from book.cls (see also doxygen.sty) and redefining sections to correct level. |