Add list of table and list of figures (#178)

* Add bibliography to the ToC

* Add a list of tables at the end of the document

It needed shorter description that would fit.

* Add list of figures

* Add table of figures

* Fix a typo in short figure description

* Increase numwidth in list of figures

Prevents over-run of figure number and text
This commit is contained in:
cedounet
2023-08-18 10:27:16 +01:00
committed by GitHub
parent 9e086fab6c
commit 38ac7c6b11
14 changed files with 317 additions and 260 deletions

View File

@@ -1,4 +1,5 @@
\documentclass[a4paper, twoside, 12pt, parskip=half]{scrbook}
\documentclass[a4paper, twoside, 12pt, parskip=half, bibliography=totoc,%
listof=totoc]{scrbook}
% General packages
\usepackage{sourdough}
@@ -64,7 +65,9 @@
\chapter{Troubleshooting}
\input{troubleshooting/misc}
\backmatter
\printbibliography
\listoftables
\listoffigures
\end{document}