Questions tagged [nomencl]

{nomencl} is for questions regarding the use of the nomencl package to create nomenclatures. Related packages: glossaries, acronym.

The package can be used to create nomenclatures. A similar package is glossaries, which has more configuration options and is applicable in a wider range of issues, however.

If the jobname is, say, foo.tex a compilation generates foo.nlo as helper file -- this must be processed after compilation with

makeindex -s nomencl.ist foo.nlo -o foo.nls

after that, a second compilation is necessary, as usual with index-related features.

114 questions
8
votes
2 answers

nomencl package : sort by order of appearance

In the nomencl package, how can I make the symbols print by order of appearance in the LaTeX code?
2
votes
1 answer

list of abbreviations without displaying the page

In fact, I want to set a list of abbreviations, but when the abbreviations are displayed they include the number of the page which is not the right page and I don't want the number page to appear in the list of abbreviations, here is the code that I…
twimo
  • 171
  • 2
  • 10
1
vote
1 answer

Two lists in nomencl package and order them by appearance

Nomencl package latex: create two lists and order them by order of appearance (list with more than 100 elements) I found this solution for ordering by appearance (nomencl package : sort by order of appearance) but it does not work for more than 100…
rufia
  • 13
1
vote
0 answers

nomencl doesn't renew nomname with russian language

I'm trying to renew \nomname in nomencl package with russian language, but it still default value. \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[russian]{babel}…
1
vote
1 answer

What can I do to print the nomenclature here?

I previously used nomencl without issues, but I recently got this problem I cannot solve. Below you can find a MWE. I use TeXworks. The first line comes from here. Even after multiple runs of the "pdfLaTeX" command, no nomenclature is printed. This…
Federico
  • 873
  • 1
  • 7
  • 21
1
vote
0 answers

nomencl: Rearrange order of Description and Unit

So I have my nomenclature almost the way I want it. The only thing I can not find out how to do is change the order of Description and Unit. The Way I have it now is: Label / Description / Unit. But I want it to appear like this: Label / Unit /…
koipond
  • 111
1
vote
0 answers

Equation and nomenclature shortcut macros yield duplicate nomenclature entries

I am trying to create an easy way to include a number of equations in multiple spots of a report (or reports) without having to retype them each time and keep nomenclature consistent across all equations. I have an "equation library" that I want to…
Cohan
  • 111
1
vote
1 answer

Customised nomencl separator with nomenclature groups

A while ago I need to create a nomenclature with a "=" separator for aiaa paper. I got my answer here. This worked well, until I tried to seperate the nomenclature into two groups. The result I got was this: I would like to get rid of the separator…
Elad Den
  • 3,941
0
votes
1 answer

How to increase the distance between two columns in nomencl?

I got trouble when i use the package of nomencl When the symbol in the first column is long, how can I increase the distance between two columns in my nomenclature by virtue of package nomencl? As shown in the following two pictures, when I use the…
KS.J
  • 3
0
votes
1 answer

Nomencl Error - Unable to produce 2nd line of nomenclature

\documentclass[9pt,conference,a4paper,twocolumn]{IEEEtran} \usepackage{cite} \usepackage{amsmath,amssymb,amsfonts} \usepackage{algorithmic} \usepackage{graphicx} \usepackage{textcomp} \usepackage{xcolor} \usepackage{float} …
MCeee
  • 31
  • 1
  • 5
0
votes
0 answers

Multi-style Nomenclatures

I'm trying to set up a nomenclature page for a report, and have multiple groups where the nomenclature headers I have previously setup don't apply, for example units, symbols etc. This is the script I'm using…
echo140
  • 63
-1
votes
1 answer

nomencl glossary, no desription, just endless dots

I'm having a problem with my glossary using the nomencl package. As you can see, there is no description, just endless dots... Anyone with the same issue? I followed the example here: http://strobelstefan.org/?p=153 Header…
thoo
  • 1