thesis: Add List of Listings
This commit is contained in:
1
thesis/.gitignore
vendored
1
thesis/.gitignore
vendored
@@ -14,6 +14,7 @@
|
|||||||
*.lof
|
*.lof
|
||||||
*.log
|
*.log
|
||||||
*.lot
|
*.lot
|
||||||
|
*.lol
|
||||||
*.mw
|
*.mw
|
||||||
*.out
|
*.out
|
||||||
*.toc
|
*.toc
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user