diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-02 12:38:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-02 12:38:14 -0300 |
commit | 9de9d80f3196b79a71ee8e69291cb0dab9ce9a54 (patch) | |
tree | 4c5813d8ef5e478583508083002fa0bec2b0ed61 /structure | |
parent | 4efe4d567ab064846cdadb4582311c2716ddb2a3 (diff) | |
download | bookup-9de9d80f3196b79a71ee8e69291cb0dab9ce9a54.tar.gz bookup-9de9d80f3196b79a71ee8e69291cb0dab9ce9a54.tar.bz2 |
Fix: put list of etimologies before the list of definitions
Diffstat (limited to 'structure')
-rw-r--r-- | structure/book/en/99-end.tex | 18 | ||||
-rw-r--r-- | structure/book/pt-br/99-end.tex | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/structure/book/en/99-end.tex b/structure/book/en/99-end.tex index e0facbc..3e7ffd1 100644 --- a/structure/book/en/99-end.tex +++ b/structure/book/en/99-end.tex @@ -24,15 +24,6 @@ \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 @@ -42,6 +33,15 @@ \listoftheorems[ignoreall,show={proposition}] \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 index \ifx\BookupListWordIndex\undefined \else diff --git a/structure/book/pt-br/99-end.tex b/structure/book/pt-br/99-end.tex index c7e4a38..83970bb 100644 --- a/structure/book/pt-br/99-end.tex +++ b/structure/book/pt-br/99-end.tex @@ -24,15 +24,6 @@ \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{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 @@ -42,6 +33,15 @@ \listoftheorems[ignoreall,show={proposition}] \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{Lista de Definições} + \listoftheorems[ignoreall,show={definition}] +\fi + % Print the index \ifx\BookupListWordIndex\undefined \else |