summaryrefslogtreecommitdiffstats
path: root/templates/latex/footer.tex
blob: 02272210a3328bf474e5fe4b846cb9b4fd54e9c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
%--- 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}