1
0

thesis: Add List of Listings

This commit is contained in:
2025-07-18 15:04:58 +02:00
parent b0414bef6a
commit 5ec248b710
2 changed files with 7 additions and 1 deletions

1
thesis/.gitignore vendored
View File

@@ -14,6 +14,7 @@
*.lof *.lof
*.log *.log
*.lot *.lot
*.lol
*.mw *.mw
*.out *.out
*.toc *.toc

View File

@@ -159,10 +159,15 @@
\cleardoublepage % Start list of tables on the next empty right hand page. \cleardoublepage % Start list of tables on the next empty right hand page.
\listoftables % Starred version, i.e., \listoftables*, removes the toc entry. \listoftables % Starred version, i.e., \listoftables*, removes the toc entry.
% Use an optional list of alogrithms. % Use an optional list of algorithms.
\listofalgorithms \listofalgorithms
\addcontentsline{toc}{chapter}{List of Algorithms} \addcontentsline{toc}{chapter}{List of Algorithms}
% Use an optional list of listings.
\cleardoublepage
\listof{listing}{\listoflistingscaption}
\addcontentsline{toc}{chapter}{\listoflistingscaption}
% Add an index. % Add an index.
\printindex \printindex