Closed quark67 closed 5 years ago
The manual say:
So, for example, if you want to separate constants and variables, you may use prefixes c... for constants and v... for variables,
c...
v...
and then suggest this code:
\renewcommand{\nomgroup}[1]{% \ifthenelse{\equal{#1}{R}}{\item[\textbf{Variables}]}{% \ifthenelse{\equal{#1}{G}}{\item[\textbf{Constants}]}{}}}
Why {R} and {G}? Aren't {V} and {C} more appropriate in this code?
{R}
{G}
{V}
{C}
(see lines 775-776 of https://github.com/borisveytsman/nomencl/blob/master/nomencl.dtx)
Thanks!
The manual say:
and then suggest this code:
Why
{R}
and{G}
? Aren't{V}
and{C}
more appropriate in this code?(see lines 775-776 of https://github.com/borisveytsman/nomencl/blob/master/nomencl.dtx)