Search found 1 match

by krbeesley
Tue Jan 10, 2012 2:07 am
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Problem: \arabic{counter} inside \index{...}
Replies: 0
Views: 3423

Problem: \arabic{counter} inside \index{...}

Problem: Reference to \arabic{counter} inside \index{...}

From an XML dictionary, I have an XSLT script that generates XeTeX. There's a global counter named "entry"

\newcounter{entry}\setcounter{entry}{0}

that provides a unique number for each entry in the dictionary.
Then the XSLT script ...