mirror of
https://github.com/borbann-platform/end-of-semester-report.git
synced 2025-12-18 14:24:04 +01:00
25 lines
619 B
TeX
25 lines
619 B
TeX
% L I S T O F S Y M B O L S
|
|
% -----------------------------
|
|
% To include a Nomenclature section
|
|
\addcontentsline{toc}{chapter}{\textbf{Nomenclature}}
|
|
|
|
\renewcommand{\nomname}{Nomenclature}
|
|
\renewcommand{\nomAname}{\textbf{\large Abbreviations}}
|
|
\renewcommand{\nomGname}{\textbf{\large Mathematical Symbols}}
|
|
\renewcommand{\nomXname}{\textbf{\large Superscripts}}
|
|
\renewcommand{\nomZname}{\textbf{\large Subscripts}}
|
|
|
|
\printnomenclature
|
|
\cleardoublepage
|
|
\phantomsection % allows hyperref to link to the correct page
|
|
% \newpage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: "../uottawa-thesis"
|
|
%%% End: |