
Here link for the template that I use:
http://www.kfupm.edu.sa/deanships/DGS/D ... mplate.zip
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\usepackage{nomencl}
\makenomenclature
\renewcommand{\nomname}{LIST OF ABBREVIATIONS}
\nomenclature{LED}{Light Emitting Diode}
\printnomenclature [2.5 cm]
makeindex
. That's an external program. Read a bit about it in the Code: Select all
\addcontentsline{toc}{chapter}{\, \, \, LIST OF ABBREVIATIONS}{\pageref{LOA}}
Code: Select all
\addtocontents{toc}{\contentsline {chapter}{\numberline {}LIST OF ABBREVIATIONS}{\pageref{LOA}}}
makeindex %.glo -s nomencl.ist -o %.gls -t %.nlg
makeindex %.nlo -s nomencl.ist -o %.nls -t %.nlg
NEW: TikZ book now 40% off at Amazon.com for a short time.