[texhax] Question regarding Nomenclature template

Novak Elliott N.S.J.Elliott at warwick.ac.uk
Sun Mar 26 12:20:19 CEST 2006


Try:

In your main tex file:

\usepackage[refpage,refeq]{nomencl}
...
\addcontentsline{toc}{chapter}{Nomenclature}
\include{Nomenclature}

Then in Nomenclature.tex:
\printglossary
\label{Ch:Nomenclature}

Then in each equation where a new symbol occurs:
\begin{equation}
a = b + c
\end{equation}
\nomenclature{$a$}{Cross-sectional area}

Then to compile:
pdflatex main.tex
bibtex etc.
makeindex main.glo -o main.gls -s nomencl.ist
pdflatex main.tex

Novak.

------------------------------------------------
Novak Elliott
Warwick Postgraduate Research Fellow
Fluid Dynamics Research Centre
Civil & Mechanical Division
School of Engineering
The University of Warwick
United Kingdom CV4 7AL
------------------------------------------------
>>> "Maruthi Devarakonda" <mndevara at mtu.edu> 03/25/06 23:52 PM >>>
Hello Tug,

I am a PhD candidate at Michigan Tech and am compiling a technical report
for my sponsors. I would like to use the nomenclature section to describe
the list of symbols. I tried and found a few templates but unfortunately
could not get them to run in my main .tex file successfully. I use an
iBook G4 machine which runs mac OS on it. I would really appreciate if
there is a way to obtain some help on nomenclature template as a .tex
file.

Thanks,
Maruthi

-- 
---------------------------------
Maruthi Devarakonda
PhD Candidate
Mechanical Engineering Department
Michigan Technological University
919, R.L.Smith MEEM Building
1400 Townsend Drive
Houghton, MI 49931
---------------------------------


_______________________________________________
TeX FAQ: http://www.tex.ac.uk/faq
Mailing list archives: http://tug.org/pipermail/texhax/
More links: http://tug.org/begin.html

Automated subscription management: http://tug.org/mailman/listinfo/texhax
Human mailing list managers: postmaster at tug.org



More information about the texhax mailing list