diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 14:09:41 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 14:09:41 +0100 |
commit | d5f4b967422ed898d15aa5941f777155ddb3e3c5 (patch) | |
tree | 83c0c34e47c4e707fea6b1316bc4a3408485446f /structure/book/en/99-end.tex | |
parent | 0f0f4bbd9c6cba0fbf196de47e2baed7741391c3 (diff) | |
download | bookup-d5f4b967422ed898d15aa5941f777155ddb3e3c5.tar.gz bookup-d5f4b967422ed898d15aa5941f777155ddb3e3c5.tar.bz2 |
Feat: towards localization support
Diffstat (limited to 'structure/book/en/99-end.tex')
-rw-r--r-- | structure/book/en/99-end.tex | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/structure/book/en/99-end.tex b/structure/book/en/99-end.tex new file mode 100644 index 0000000..0cf238b --- /dev/null +++ b/structure/book/en/99-end.tex @@ -0,0 +1,35 @@ +% Bookdown LaTeX footer file + +% Put all indexes in a final chapter +\chapter{Index} + +%Lists of tables, figures, definitions and etimologies. +%Lists of tables and figures. +Lists of tables, figures etc. + +% Print the list of tables +\listoftables + +% Print the list of figures +\listoffigures + +% 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 +\printindex |