How could I separate my nomenclature into sub-groups by chapter, and then have a sub-sub-group for the superscripts, subscripts, variables, symbols, etc...?
I found the following code for separating the nomenclature into subscripts, etc...
Code: Select all
\@ifundefined{nomgroup}{}
{ \setlength{\nomitemsep}{-\parsep}
\renewcommand{\nomgroup}[1]
{%
\medskip%
\ifthenelse{\equal{#1}{A}}{\relax}%
{\ifthenelse{\equal{#1}{G}}{\item []\hspace*{-\leftmargin}\emph{Symbols}\hfill\smallskip}%
{\ifthenelse{\equal{#1}{B}}{\item []\hspace*{-\leftmargin}\emph{Subscripts}\hfill\smallskip}%
{\ifthenelse{\equal{#1}{C}}{\item []\hspace*{-\leftmargin}\emph{Conventions}\hfill\smallskip}%
{\ifthenelse{\equal{#1}{T}}{\item []\hspace*{-\leftmargin}\emph{Superscripts}\hfill\smallskip}{}%
}%
}%
}%
}%
}% \nomgroup
}% @ifundefined
Your help would be appreciated...
Thanks,
Jamil Renno
Virginia Tech