Decided to remove the pre-chapters from the TOC

This commit is contained in:
2025-10-17 09:48:54 +00:00
parent 5e466b6138
commit 764cfa6279
2 changed files with 8 additions and 8 deletions

View File

@@ -85,13 +85,13 @@
%\end{dedications} %\end{dedications}
% RUM: "Acknowledgements (optional)"%start numbering % RUM: "Acknowledgements (optional)"%start numbering
\tableofcontents{} \tableofcontents*{}%* means no TOC entry
\listoffigures{} \listoffigures*{}
\listoftables{} \listoftables*{}
%% A list of abbreviations is an example of a special list %% A list of abbreviations is an example of a special list
%% Other lists may be added, such as lists of algorithms, symbols, theorems, etc. %% Other lists may be added, such as lists of algorithms, symbols, theorems, etc.
%% IN CS PhD, this is sometimes centered. %% IN CS PhD, this is sometimes centered.
\chapter{List of Symbols} \chapter*{List of Symbols}%* means no TOC entry
%% This list demonstrates the "siunitx" package capabilities %% This list demonstrates the "siunitx" package capabilities
\begin{tabular}{lll}\toprule \begin{tabular}{lll}\toprule
Symbol &Description &Value/Units\\\midrule Symbol &Description &Value/Units\\\midrule

View File

@@ -78,13 +78,13 @@
%\end{dedications} %\end{dedications}
% RUM: "Acknowledgements (optional)"%start numbering % RUM: "Acknowledgements (optional)"%start numbering
\tableofcontents{} \tableofcontents*{}%* means no TOC entry
\listoffigures{} \listoffigures*{}
\listoftables{} \listoftables*{}
%% A list of abbreviations is an example of a special list %% A list of abbreviations is an example of a special list
%% Other lists may be added, such as lists of algorithms, symbols, theorems, etc. %% Other lists may be added, such as lists of algorithms, symbols, theorems, etc.
%% IN CS PhD, this is sometimes centered. %% IN CS PhD, this is sometimes centered.
\chapter{List of Symbols} \chapter*{List of Symbols}%* means no TOC entry
%% This list demonstrates the "siunitx" package capabilities %% This list demonstrates the "siunitx" package capabilities
\begin{tabular}{lll}\toprule \begin{tabular}{lll}\toprule
Symbol &Description &Value/Units\\\midrule Symbol &Description &Value/Units\\\midrule