
A Guide to Writing Your Thesis Using LATEX
Frequently Asked Questions
1 Bibliography and References
2 Package information
1 Bibliography and References
1.1 My bibliography or list of references is missing.
Run the script genbib.bat
1.2 How do I refer to a web page in a bibliographic reference?
Use the Electronic type in your references.bib file.
1.3 How do I include a source in the bibliography, but not specifically reference it in the thesis?
Use the \nocite{} command. This works the same as the \cite{} command, but will only include the reference in the bibliography, not in the list of references.
2 Package information
2.1 What packages are not compatable with this class?
The only known incompatible package is chapterbib by Donald Arseneau. The reason for this incompatibility is that the support for references at the end of each chapter comes from inserting code from this package into appropriate places in the urithesis class file.
2.2 What does the hyperref package do?
When using pdflatex to create a pdf version of the thesis, the hyperref package will do the following:
- create a pdf table of contents in the pdf document
- all citations and references in the thesis will be hyperlinks that will go to the referenced equation, figure, bibliographic citation, etc...
- the table of contents in the thesis will be hyperlinks to the corresponding section in the thesis
2.3 What options should be used with the hyperref package?
- pdfborder={0 0 0} - this option makes the boxes that would appear around hyperlinks in the pdf document white, therefor they will be invisible
- plainpages=false - this option says to use the page numbers as they appear on the pages, instead of the arabic equivalnet. This will make the roman page numbers in the preliminary material have different numbers from the chapters of the thesis.
- pdfpagelabels - this option puts the page number as it appears on the page in the pdf file, therefore the first page of the first chapter will be page 1.
