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 | |
parent | 97c78d6676e5a79930534cffc676e2bbf6dfed73 (diff) | |
download | bookup-6169ca51d2287d4ff8cc8045487f3443a429b315.tar.gz bookup-6169ca51d2287d4ff8cc8045487f3443a429b315.tar.bz2 |
Fix: structure: show all listings
-rw-r--r-- | TODO.md | 1 | ||||
-rw-r--r-- | structure/00-preamble.tex | 3 | ||||
-rw-r--r-- | structure/99-end.tex | 13 |
3 files changed, 8 insertions, 9 deletions
@@ -5,6 +5,7 @@ * [x] Notebook support. * [x] Website support. * [ ] Move `slides` to `content/slides`. +* [ ] Use `content/sections` instead of `content/published`. * [ ] Add other features available in the `cybersni` repository. * [ ] Add a small reference to the Bookup website in the book frontmatter? * [ ] Tests. diff --git a/structure/00-preamble.tex b/structure/00-preamble.tex index 8b822e4..d558cc1 100644 --- a/structure/00-preamble.tex +++ b/structure/00-preamble.tex @@ -7,9 +7,6 @@ % See https://stackoverflow.com/questions/45963505/coverpage-and-copyright-notice-before-title-in-r-bookdown % https://tex.stackexchange.com/questions/39147/scale-image-to-page-width % https://stackoverflow.com/questions/1963923/adding-full-page-figures-in-latex-how -% -% Cover image original date: 2022-11-17 -% Cover image original file: IMG_20221117_185524.jpg \includepdf{images/cover.png} % Do not print the default title set in the template 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 |