LyX ⇒ nomenclature: sorting the entries!
nomenclature: sorting the entries!
In writing my reports I'd need to sort the entries in alphabetical order, befor all the english words followed by greek symbol.
Someone knows how to do it within lyx??
Thx!
/davide
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: nomenclature: sorting the entries!
http://www.cs.brown.edu/system/software ... omencl.pdf
at page 6 there's something but it's not so clear for me to use that commands in lyx
/davide
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
nomenclature: sorting the entries!
the document you found is outdated, the nomencl package has been changed in the meantime.
You will find the current documentation here: nomencl.pdf.
Concerning LyX and nomencl have a look here:
- Nomenclature with LyX on wiki.lyx.org,
- Producing a glossary on wiki.lyx.org.
Re: nomenclature: sorting the entries!
\usepackage{nomencl}
\RequirePackage{ifthen}
\renewcommand{\nomgroup}[1]{%
\ifthenelse{\equal{#1}{G}}{\item[\textbf{Greek Symbols}]}{
\ifthenelse{\equal{#1}{S}}{\item[\textbf{Subscripts}]}{}}}
Than, when you have to insert a entry for the nomenclature you get a window box divided in 3 spaces (from the top):
- symbol
- description
- sort as
In this last row you have to write g (that stats for greek) followed (without space) with the english correspondet word (if you have beta you would write b)
cheers,
/davide
Re: nomenclature: sorting the entries!
My problem is quite more simple. I can´t get the nomenclature list to display. Everything seems to work fine, except when i produce the pdf file, the nomenclature isn´t where it should be.
I have the \usepackage{nomencl} in the pleamble and all that. Still, nothing. What could be happening?
Thanks,
Ale