Text FormattingAbbreviations in nomencl

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
rajini
Posts: 64
Joined: Mon Mar 22, 2010 2:27 pm

Abbreviations in nomencl

Post by rajini »

Hello all,

I like to understand some details on nomencl package, which i am using for 'list of abbreviation'. For some reason, i prefer to insert my

Code: Select all

\nomenclature[ga ]{ABB}{description}
in the middle of each paragraphs. So i like to group all symbols/abbreviation for each paragraph and not immediately after the symbols or equations.
Suppose a paragraph contains 4 symbols, and i insert one below other using the command given above. My confusion is which of those 4 lines should end with '%' sign?
Otherwise how to understand the following lines, taken from 'nomencl' package's manual (page 3 of package version v4.2 of 2005/09/22):
'Note the necessary quoting of newlines. When the \nomenclature
macros appear directly after the equation environment, quote all newlines;
when they appear in the middle of a sentence, quote all but the last
newlines.'
Is that mean that one have to insert '%' sign for all '\nomenclature[]...' except the last.
or
insert '%' sign for all '\nomenclature[]...' except the first.
thanks for your help
rajini.
Last edited by rajini on Mon Aug 30, 2010 3:45 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.

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Abbreviations in nomencl

Post by gmedina »

Hi,

the rule is simple: use "%" wherever it will prevent a blank space or a change of line from appearing before a \nomenclature command. The example code at page 4 of the package documentation illustrates this.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
rajini
Posts: 64
Joined: Mon Mar 22, 2010 2:27 pm

Re: Abbreviations in nomencl

Post by rajini »

Oh,
I did not look that example!

thanks
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Abbreviations in nomencl

Post by localghost »

Marking a topic as solved means to edit the initial post and not the last one. In the meantime you should know that.


Best regards
Thorsten
Post Reply