Decided to remove the pre-chapters from the TOC
This commit is contained in:
@@ -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
|
||||||
|
|||||||
8
main.tex
8
main.tex
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user