Othersnomenclature change separation space

Information and discussion about other tools not listed above.
Post Reply
dax42
Posts: 11
Joined: Wed Jun 16, 2010 1:07 pm

nomenclature change separation space

Post by dax42 »

Hello there,

I am currently putting together a list of abbreviations for my thesis and it works well with the nomenclature package. However, I would like to change the space that exists between the abbreviation and the explanation. At the moment it is only separated by a small space, which means that if an abbreviation is longer than four letters, the explanations start further to the right than for short abbreviations. How can I set the separation space to be bigger, say 3cm?

My preamble has the following adjustments already:

Code: Select all

\usepackage{nomencl}
\renewcommand{\nomname}{List of Abbreviations}
\renewcommand{\nompreamble}{\markboth{LIST OF ABBREVIATIONS}{LIST OF ABBREVIATIONS}}
\setlength{\nomitemsep}{-\parsep}
\makenomenclature
Thanks!

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
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

nomenclature change separation space

Post by gmedina »

Hi,

you can use the optional argument for the \printnomenclature command:

Code: Select all

\printnomenclature[3cm]
1,1,2,3,5,8,13,21,34,55,89,144,233,...
dax42
Posts: 11
Joined: Wed Jun 16, 2010 1:07 pm

Re: nomenclature change separation space

Post by dax42 »

Hooray! :D
Thanks!
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

nomenclature change separation space

Post by localghost »

Now that the problem is solved, please mark the topic accordingly as described in Section 3 of the Board Rules.


Best regards
Thorsten
Post Reply