diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-08 10:05:30 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-08 10:05:30 +0100 |
commit | 46087a2503032443d7f0613e5aeb2a5195c27850 (patch) | |
tree | 910ebd4bdc62360ed53881671a471d5ef2e2ca44 /structure | |
parent | bff0778cb9751a0581ab0eb2ca97cbdca8bcca03 (diff) | |
download | bookup-46087a2503032443d7f0613e5aeb2a5195c27850.tar.gz bookup-46087a2503032443d7f0613e5aeb2a5195c27850.tar.bz2 |
Fix: misc improvements
Diffstat (limited to 'structure')
-rw-r--r-- | structure/99-end.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/structure/99-end.tex b/structure/99-end.tex index b50d1b7..f1657bd 100644 --- a/structure/99-end.tex +++ b/structure/99-end.tex @@ -16,14 +16,14 @@ Listas de tabelas, figuras etc. % 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 |