diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-10-15 18:13:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 18:13:13 (GMT) |
commit | ef6cc2b1b3b70fba03e994e7a61926c8e2958867 (patch) | |
tree | 883961ff17cec4a6058b6d46cc98fe3698fee80f /doc/doxygen_manual.tex | |
parent | de56d1864473485861bac89436337e8114fb2f6b (diff) | |
parent | 89c4556edfc7ca5cac9c2e0171e3be9441990a91 (diff) | |
download | Doxygen-ef6cc2b1b3b70fba03e994e7a61926c8e2958867.zip Doxygen-ef6cc2b1b3b70fba03e994e7a61926c8e2958867.tar.gz Doxygen-ef6cc2b1b3b70fba03e994e7a61926c8e2958867.tar.bz2 |
Merge pull request #8100 from albert-github/feature/bug_latex_fig_space
Space around images in LaTeX output is sometimes a bit large
Diffstat (limited to 'doc/doxygen_manual.tex')
-rw-r--r-- | doc/doxygen_manual.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doxygen_manual.tex b/doc/doxygen_manual.tex index aacb573..3354801 100644 --- a/doc/doxygen_manual.tex +++ b/doc/doxygen_manual.tex @@ -122,6 +122,7 @@ \usepackage{etoc} \etocsettocstyle{\doxytocparskip}{\doxynormalparskip} \begin{document} +\raggedbottom \pagenumbering{alph} \begin{titlepage} \includegraphics[width=\textwidth]{doxygen_logo} |