You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.3 KiB
TeX
54 lines
1.3 KiB
TeX
% original: https://github.com/doxygen/doxygen/blob/master/templates/latex/footer.tex
|
|
% modified by Quantum Leaps on 22-10-27
|
|
|
|
%--- 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}
|
|
|