diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-07 23:26:17 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-07 23:26:17 +0100 |
commit | 6169ca51d2287d4ff8cc8045487f3443a429b315 (patch) | |
tree | 8f614161735bfb3c281cb251fcafbea012340c9f /structure/99-end.tex | |
parent | 97c78d6676e5a79930534cffc676e2bbf6dfed73 (diff) | |
download | bookup-6169ca51d2287d4ff8cc8045487f3443a429b315.tar.gz bookup-6169ca51d2287d4ff8cc8045487f3443a429b315.tar.bz2 |
Fix: structure: show all listings
Diffstat (limited to 'structure/99-end.tex')
-rw-r--r-- | structure/99-end.tex | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/structure/99-end.tex b/structure/99-end.tex index f0f592e..b50d1b7 100644 --- a/structure/99-end.tex +++ b/structure/99-end.tex @@ -4,7 +4,8 @@ \chapter{Índice} %Listas de tabelas, figuras, definições e etimologias. -Listas de tabelas e figuras. +%Listas de tabelas e figuras. +Listas de tabelas, figuras etc. % Print the list of tables \listoftables @@ -15,14 +16,14 @@ Listas de tabelas e figuras. % Print the list of definitions % See https://latex.org/forum/viewtopic.php?t=17679 % https://ctan.org/pkg/thmtools -%\renewcommand\listtheoremname{Lista de Definições} -%\listoftheorems[ignoreall,show={definition}] +\renewcommand\listtheoremname{Lista de Definições} +\listoftheorems[ignoreall,show={definition}] % 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 -%\renewcommand\listtheoremname{Lista de Etimologias} -%\listoftheorems[ignoreall,show={proposition}] +\renewcommand\listtheoremname{Lista de Etimologias} +\listoftheorems[ignoreall,show={proposition}] % Print the index -%\printindex +\printindex |