GeneralPrinting automatic Nomenclature

General information and discussion about TeXnicCenter
Post Reply
alihaider82
Posts: 10
Joined: Tue Nov 02, 2010 11:44 am

Printing automatic Nomenclature

Post by alihaider82 »

Hi:

I am writing AIAA conference paper. I am trying to build automatic nomenclature using:

\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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply