Text FormattingHow to make a nomenclature

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
jaymarcos
Posts: 1
Joined: Wed Apr 17, 2013 7:31 am

How to make a nomenclature

Post by jaymarcos »

What is the easiest way to make a nomenclature list?

I'm having a hard time making a nomenclature list using \usepackage{nomencl}. I believe I have the idea on how to implement this package, but i always get this error.

Code: Select all

"Process started

This is makeindex, version 2.15 [TeX Live 2009] (kpathsea + Thai support). Scanning style file /usr/local/texlive/2009/texmf-dist/makeindex/latex/gind.ist.............done (13 attributes redefined, 3 ignored). Scanning input file ThesisReport.idx...done (0 entries accepted, 0 rejected). Nothing written in ThesisReport.ind. Transcript written in ThesisReport.ilg.

This is makeindex, version 2.15 [TeX Live 2009] (kpathsea + Thai support). Scanning style file /usr/local/texlive/2009/texmf-dist/makeindex/latex/gglo.ist

..............done (14 attributes redefined, 3 ignored). Scanning input file ThesisReport.glo....done (1 entries accepted, 0 rejected). Sorting entries...done (0 comparisons). Generating output file ThesisReport.gls....done (8 lines written, 0 warnings). Output written in ThesisReport.gls. Transcript written in ThesisReport.ilg.

Process exited normally"
Please help. I am using TexMaker for Mac.
Last edited by cgnieder on Wed Apr 17, 2013 9:31 pm, edited 1 time in total.

Recommended reading 2024:

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

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

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

How to make a nomenclature

Post by Johannes_B »

Hi,

in order to help you we need to see what you been doing, meaning a working minimal example and how you startet the makeindex-process. Please follow the link, if you don't know how to prepare an MWE.
Additionally, you might want to take a look at the glossaries-package.

Regards
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