I am fairly new to Latex, however I generally feel comfortable using it. I have one problem I cannot seem to fix, however. I am not sure the best section for this question, so I apologize if this is not in the right place.
I am finishing my thesis and I have used a .cls provided by my university (but not supported, i.e. they won't help me solve this). I am having trouble including a list of abbreviations. For other similar frontmatter, such as table of contents and list of figures, simply uncomment lines of text included in a template (see code below), however they do not have an option for list of abbreviations. I am using the acronym package, so I can include the list using \input{acronyms} in the main matter, however this compiles as a list of acronyms under the section List of Figures. I would like to include this similarly to the methods used to include the list of figures.
The class file I am using is ubcthesis.cls, which appears to use genthesis.cls. I am happy to change the .cls, however I am not sure how to do this and I'm not sure it is necessary.
Code: Select all
\tableofcontents %% Mandatory
\listoftables %% Mandatory if thesis has tables
\listoffigures %% Mandatory if thesis has figures
AB