Next: \setcounter, Previous: \usecounter, Up: Counters
\value{
}
Synopsis:
\value{counter}
The \value command produces the value of counter. It can be used anywhere LaTeX expects a number, for example:
\value
\setcounter{myctr}{3} \addtocounter{myctr}{1} \hspace{\value{myctr}\parindent}