diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-11 23:36:54 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-11 23:36:54 +0200 |
| commit | 955af14f6664574df1ff47e073e39f8d48d6355a (patch) | |
| tree | 71f5f91b5478feaa218cee0ada652115c7c120cc /manual/new_footer.tex | |
| parent | d83e5e8cd66f05ca7e6aa9fc645788313d89dfe7 (diff) | |
doxygen setup
Diffstat (limited to 'manual/new_footer.tex')
| -rw-r--r-- | manual/new_footer.tex | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/manual/new_footer.tex b/manual/new_footer.tex new file mode 100644 index 0000000..2e64d5b --- /dev/null +++ b/manual/new_footer.tex @@ -0,0 +1,51 @@ +% Latex footer for doxygen 1.14.0 +%--- End generated contents --- + +%%BEGIN CITATIONS_PRESENT + % Bibliography + \newpage + \phantomsection + +%%BEGIN !PDF_HYPERLINKS + \clearemptydoublepage +%%BEGIN COMPACT_LATEX + \addcontentsline{toc}{section}{$latexcitereference} +%%END COMPACT_LATEX +%%BEGIN !COMPACT_LATEX + \addcontentsline{toc}{chapter}{$latexcitereference} +%%END !COMPACT_LATEX + \printindex +%%END !PDF_HYPERLINKS + + \bibliographystyle{$latexbibstyle} + \bibliography{$latexbibfiles} +%%BEGIN PDF_HYPERLINKS +%%BEGIN COMPACT_LATEX + \addcontentsline{toc}{section}{$latexcitereference} +%%END COMPACT_LATEX +%%BEGIN !COMPACT_LATEX + \addcontentsline{toc}{chapter}{$latexcitereference} +%%END !COMPACT_LATEX +%%END PDF_HYPERLINKS + +%%END CITATIONS_PRESENT + +% Index +%%BEGIN !COMPACT_LATEX + \backmatter +%%END !COMPACT_LATEX + \newpage + \phantomsection + \clearemptydoublepage +%%BEGIN COMPACT_LATEX + \addcontentsline{toc}{section}{\indexname} +%%END COMPACT_LATEX +%%BEGIN !COMPACT_LATEX + \addcontentsline{toc}{chapter}{\indexname} +%%END !COMPACT_LATEX + \printindex + +% Required for some languages (in combination with latexdocumentpre from the header) +$latexdocumentpost +\end{document} + |
