27 Agosto 2008 alle 6:45
#26306
::
8 11:57 am
Posts: 8
So, with a help of a guy i’ve found this piece of code to add to the preamble of the document in Lyx:
\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