The preamble of the LATEX input file must contain the line
\documentclass{dalthesis}
|
which selects the dalthesis class. This class recognizes the following options:
Any other option is passed directly to the report class (the class on which dalthesis is built). Therefore, any valid option for the report class may also be used with dalthesis.
For the purposes of dalthesis, a thesis is considered to have three primary divisions: the front matter, preface matter, and main matter. The front matter is comprised of the title, signature and copyright pages; an optional dedication page; the table of contents; and the list of figures and tables. The preface matter includes the abstract and acknowledgements (though technically the acknowledgements section is not required). It can also include other material if the contents of the thesis so warrant (e.g., a list of symbols and abbreviations may be appropriate). The main matter is the remainder of the thesis. It includes the main body of text and a list of references, as well as endnotes and appendices (if applicable).