From 9de9d80f3196b79a71ee8e69291cb0dab9ce9a54 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 2 Jul 2024 12:38:14 -0300 Subject: Fix: put list of etimologies before the list of definitions --- structure/book/en/99-end.tex | 18 +++++++++--------- structure/book/pt-br/99-end.tex | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) (limited to 'structure') 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 -- cgit v1.2.3