MakeIndex, Nomenclature, Glossaries and Acronyms ⇒ Automatic Nomenclature problem
-
- Posts: 10
- Joined: Tue Nov 02, 2010 11:44 am
Automatic Nomenclature problem
I am writing AIAA conference paper. I am trying to build automatic nomenclature using TexnicCenter:
\usepackage{nomencl} % via makeindex
\makeglossary
\printglossary
In this case I get an Error : Undefined control sequence
Then I remove \printglossary, No error found.
I searched a lot on the Web, found the use of
\usepackage{nomencl} % via makeindex
\makenomenclature
\printnomenclature
It produces no results. NO nomenclture, No error.
Will anybody help me, how to print nomenclature automatically/
Best Regards
Ali
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
Re: Automatic Nomenclature problem
I think I solved it by running the makeindex command manually, e.g.
$> makeindex main.nlo -s nomencl.ist -o main.nls
and then you have to run latex again.
I know that this works in linux. I *think* it works from a dos box too.
Someone should write to the TeXnicCenter folks and tell them.
Have you ever tried emacs?