I have a problem when I try to get a counter value with my new TexLive 2013 installation.
assume the following has been defined:
\newcounter{mycounter}
\setcounter{mycounter}{3}
Up to now,
\roman{mycounter}
gave me a simple iii
;with TexLive 2013, the output is
\textlatin {iii}
which is defently more than I need. I use counters to dynamically define variables, and with this new behaviour, I understandably get a "!Missing \endcsname inserted"-warning.Any suggestions how I can get back the old, unformatted value?
Many thanks in advance,
u.