aboutsummaryrefslogtreecommitdiff
path: root/structure/book/en/99-end.tex
blob: e0facbc99b4d6c443e292f997ccd2a982f82ccea (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
51
52
53
54
% Bookdown LaTeX footer file

% Put all indexes in a final chapter
\ifx\BookupListIndex\undefined
\else
\chapter{Index}

\ifx\BookupListElements\undefined
\else
  %Lists of tables, figures, definitions and etimologies.
  %Lists of tables and figures.
  Lists of tables, figures etc.
\fi

% Print the list of tables
\ifx\BookupListTables\undefined
\else
  \listoftables
\fi

% Print the list of figures
\ifx\BookupListFigures\undefined
\else
  \listoffigures
\fi

% Print the list of definitions
% See https://latex.org/forum/viewtopic.php?t=17679
%     https://ctan.org/pkg/thmtools
\ifx\BookupListDefinitions\undefined
\else
  \renewcommand\listtheoremname{List of Definitions}
  \listoftheorems[ignoreall,show={definition}]
\fi

% Print the list of etimologies
% The "proposition" theorem type is allocated for etimologies in this book
% See the _bookdown.yml at the top-level project folder for more information
\ifx\BookupListEtimologies\undefined
\else
  \renewcommand\listtheoremname{List of Etimologies}
  \listoftheorems[ignoreall,show={proposition}]
\fi

% Print the index
\ifx\BookupListWordIndex\undefined
\else
  \printindex
\fi

% ChangeLog
% This is commented until a LaTeX version is available
%\IfFileExists{snippets/changes.md}{\input{snippets/changes.md}}{}
\fi