General ⇒ Manual nomenclature / glossary ?
Manual nomenclature / glossary ?
Also, I may wish to insert another page before the TOC with some publications I have produced relevant to the work.. Any idea if I can do this ?
Thanks, Dave.
CODE:
\documentclass[oneside,12pt]{Classes/CUEDthesisPSnPDF}
\ifpdf
\pdfinfo { /Title (CUED PhD and MPhil Thesis Classes)
/Creator (TeX)
/Producer (pdfTeX)
/Author (-----e)
/CreationDate (D:20030101000000)
/ModDate (D:20030815213532)
/Subject (PhD Thesis)
/Keywords (PhD, Thesis)}
\pdfcatalog { /PageMode (/UseOutlines)
/OpenAction (fitbh) }
\fi
\title{Thesis title}
\ifpdf
\author{\href{mailto:grimesd2@physics.dcu.ie}{----}}
\collegeordept{\href{http://www.eng.cam.ac.uk}{School of Physical sciences}}
\university{\href{http://www.dcu.ie}{Dublin City University}}
\crest{\includegraphics[width=30mm]{DCU}}
\else
\author{----}
\collegeordept{School of Physical sciences}
\university{Dublin City University}
\crest{\includegraphics[bb = 0 0 292 336, width=30mm]{DCU}}
\fi
\degree{Doctor of Philosophy}
\degreedate{Yet to be decided}
\hbadness=10000
\hfuzz=50pt
\usepackage{StyleFiles/watermark}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{nomencl}
\makenomenclature
\begin{document}
\renewcommand\baselinestretch{1.2}
\baselineskip=18pt plus1pt
\maketitle
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\frontmatter
\include{Dedication/dedication}
\include{Acknowledgement/acknowledgement}
\include{Abstract/abstract}
\tableofcontents
\listoffigures
\printnomenclature
\addcontentsline{toc}{chapter}{Nomenclature}
\mainmatter
\part{Literature Review}
\include{Introduction/introduction}
\include{Chapter1/chapter1}
\include{Chapter2/chapter2}
\include{Chapter3/chapter3}
\part{Research and investigation}
\include{Chapter4/chapter4}
\include{Chapter5/chapter5}
\include{Chapter6/chapter6}
\include{Chapter7/chapter7}
\include{Chapter8/chapter8}
\include{Chapter9/chapter9}
\include{Conclusions/conclusions}
\appendix
\include{Appendix1/appendix1}
\include{Appendix2/appendix2}
\include{Appendix3/appendix3}
\include{Appendix4/appendix4}
\bibliographystyle{Classes/jmb}
\renewcommand{\bibname}{References}
\addcontentsline{toc}{chapter}{References}
\end{document}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis