Search found 2 matches

by uzahnd
Thu Oct 31, 2013 6:16 pm
Forum: General
Topic: unformatted counter values
Replies: 3
Views: 3754

unformatted counter values

Ok, there's a workaround: use \romannumeral\themycounter, respectively \romannumeral\value{mycounter}. But actually, that's what \roman{mycounter} is supposed to do, isn't it?

cheers,
U
by uzahnd
Thu Oct 31, 2013 6:02 pm
Forum: General
Topic: unformatted counter values
Replies: 3
Views: 3754

unformatted counter values

Hy

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 ...