Hey folks. Excuse my noobness, but I'm due to finish my PhD thesis this week and I've been using a template and all has been going rather well. I do however want to insert a list of acronyms I've been using in on a separate page before the main body of work. All use of the pack nomenclature package has been far more high level than I'd like, specifically referencing different items you wish tagged; I have already manually written this list out, as there are only 30 or so elements to be explained. Is there a way of manually inserting this list so it displays as I have written it ? If it helps, here is the code I'm using to sort all my thesis chapters. It looks lovely and works nicely and so I am loathe to mess with it so close to submission, but can anyone give me any utter newbie pointers for inserting such a page if needs be ?
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}
General ⇒ Manual nomenclature / glossary ?
NEW: TikZ book now 40% off at Amazon.com for a short time.
