GeneralNomenclature does not appear

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
greennell
Posts: 10
Joined: Tue Jan 20, 2015 1:57 pm

Nomenclature does not appear

Post by greennell »

Hi,

I have a problem with nomenclature, working in TexMaker. I have a master document with multiple subdocs. So far I tied to solve the problem how it is described here

Code: Select all

\useackage{nomencl}   //package
\begin{document}  
\makenomenclature     // 
\printnomenclature    // the place where nomenclature is
\nomenclature{I}{Area moment of inertia}
\end{document}

PS: for latex terminal:

1. latex   xxx.tex
2.  makeindex main.nlo -s nomencl.ist -o main.nls

3.latex xxx.tex   //dvi file generated

4. dvipdfm xxx.dvi 

If you want to compile it in Texmaker, go to configure, under makeindex,set it to makeindex %.nlo -s nomencl.ist -o %.nls .

then pdflatex, makeindex,pdflatex !
but it still does not work. Need help.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Nomenclature does not appear

Post by Johannes_B »

The code won't work, never ever. The documentclass is missing and there is no //-comment in LaTeX.

I recommend to use packages acro or glossaries to do the job. Both can be modified to a high degree, glossaries is the most powerful package concerning nomenclature, acronyms and gloassries.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply