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