\roman¶
Command in package counter.
Synopsis¶
\roman{counter}
Description¶
Prints the current value of counter as a lower-case roman numer.
Example¶
\newcounter{foo}
\setcounter{foo}{1}
\roman{foo}
\setcounter{foo}{2}
\roman{foo}
\setcounter{foo}{3}
\roman{foo}
Result, as rendered by your browser
i
ii
iii
This page is generated automatically and each change here will be replaced on a next update.