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