Skip to content

Instantly share code, notes, and snippets.

@gtuckerkellogg
Last active November 15, 2016 22:34
Show Gist options
  • Save gtuckerkellogg/10092924 to your computer and use it in GitHub Desktop.
Save gtuckerkellogg/10092924 to your computer and use it in GitHub Desktop.
List of abbreviations in NUS thesis
%% If you want to include a list of abbreviations, uncomment the
%% following and put it somewhere in your preamble, like thesis-settings.tex.
\makeatletter
\@ifpackageloaded{nomencl}{}{\RequirePackage[refpage]{nomencl}}
\renewcommand{\nomname}{List of Abbreviations}
\makenomenclature%
\renewcommand{\pagedeclaration}[1]{~(page~#1)}
\makeatother
%% Then, at the point in your main document where you want the nomenclature list printed, put
\printnomenclature%
\addcontentsline{toc}{chapter}{List of Abbreviations}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment