Text Formattingnomenclature again... abbreviations in document gone

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
dajense
Posts: 4
Joined: Thu Sep 03, 2009 3:43 pm

nomenclature again... abbreviations in document gone

Post by dajense »

Hi,
I use the nomenclature package to create a page with all abbreviations. Now I noticed, that though the page with the abbreviations is there as it should be, all abbreviations I have marked inside the document are gone. They are still in the latex document, but they don't appear in the .pdf.

I have included the package like this:

Code: Select all

\usepackage{nomencl}
\let\abk\nomenclature
\renewcommand{\nomname}{Abbriviations}
\setlength{\nomlabelwidth}{.20\hsize}
\renewcommand{\nomlabel}[1]{#1 \dotfill}
\setlength{\nomitemsep}{-\parsep}
\makenomenclature
...

\printnomenclature

And added the index with

Code: Select all

makeindex Diplomarbeit.nlo -s nomencl.ist -o Diplomarbeit.nls
Any ideas? Thx.

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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

nomenclature again... abbreviations in document gone

Post by localghost »

dajense wrote:[...] Any ideas? [...]
Not at the moment. Perhaps a minimal working example (MWE) might do the trick.


Best regards
Thorsten¹
Post Reply