| computersci.org | |
|
|
|
Table of Contents |
Counters« Commands | Table of Contents | Cross References »
part paragraph figure enumi
chapter subparagraph table enumii
section page footnote enumiii
subsection equation mpfootnote enumiv
subsubsection
\addtocounterCommand: \addtocounter{counter}{value}
The \alphCommand: \alph{counter}
\Alph{counter}
This command causes the value of the counter to be printed in alphabetic characters. The \arabicCommand: \arabic{counter}
The \fnsymbolCommand: \fnsymbol{counter}
The Note: counter must have a value between 1 and 9 inclusive. \newcounterCommand: \newcounter{foo}[counter]
The The optional argument [counter] causes the counter foo to be reset whenever the counter named in the optional argument is incremented. \refstepcounterCommand: \refstepcounter{counter}
The \romanCommand: \roman{counter}
\Roman{counter}
This command causes the value of the counter to be printed in roman numerals. The \stepcounterCommand: \stepcounter{counter}
The \setcounterCommand: \setcounter{counter}{value}
The \usecounterCommand: \usecounter{counter}
The \valueCommand: \value{counter}
The \hspace{\value{foo}\parindent}
It is useful for doing arithmetic with counters.
|
|
Page last
modified on February 08, 2009, at 09:10 AM
|