From a45b39d7995e4c0b57272d4fc286eb54e02b9c70 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 9 Jun 2024 12:18:06 +0100 Subject: Unified configuration for book and notes --- structure/book/99-end.tex | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 structure/book/99-end.tex (limited to 'structure/book/99-end.tex') diff --git a/structure/book/99-end.tex b/structure/book/99-end.tex new file mode 100644 index 0000000..1959646 --- /dev/null +++ b/structure/book/99-end.tex @@ -0,0 +1,35 @@ +% Bookdown LaTeX footer file + +% Put all indexes in a final chapter +\chapter{Índice} + +%Listas de tabelas, figuras, definições e etimologias. +%Listas de tabelas e figuras. +Listas de tabelas, figuras 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{Lista de Definições} + \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{Lista de Etimologias} + \listoftheorems[ignoreall,show={proposition}] +\fi + +% Print the index +\printindex -- cgit v1.2.3