File: sec3.html

package info (click to toggle)
ts 9802-1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,348 kB
  • ctags: 1,468
  • sloc: tcl: 4,567; ansic: 3,389; makefile: 88; sh: 1
file content (45 lines) | stat: -rw-r--r-- 1,706 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head><title>Counters</title></head>
<body>
<h1>Counters</h1>
<P>

</P>
<P>
Everything LaTeX numbers for you has a counter associated with it. The
name of the counter is the same as the name of the environment or
command that produces the number, except with no <CODE>&#92;</CODE>.  (enumi -
enumiv are used for the nested enumerate environment.)  Below is a list
of the counters used in LaTeX's standard document classes to control
numbering.

</P>

<PRE>
 part            paragraph       figure          enumi
 chapter         subparagraph    table           enumii
 section         page            footnote        enumiii
 subsection      equation        mpfootnote      enumiv
 subsubsection
</PRE>


<UL>
<LI><A href="sec4.html">&#92;addtocounter</A>: Add a quantity to a counter.
<LI><A href="sec5.html">&#92;alph</A>: Print value of a counter using letters.
<LI><A href="sec6.html">&#92;arabic</A>: Print value of a counter using numerals.
<LI><A href="sec7.html">&#92;fnsymbol</A>: Print value of a counter using symbols.
<LI><A href="sec8.html">&#92;newcounter</A>: Define a new counter.
<LI><A href="sec9.html">&#92;refstepcounter</A>: Add to counter, resetting subsidiary counters.
<LI><A href="sec10.html">&#92;roman</A>: Print value of a counter using roman numerals.
<LI><A href="sec12.html">&#92;setcounter</A>: Set the value of a counter.
<LI><A href="sec11.html">&#92;stepcounter</A>: Add to counter, resetting subsidiary counters.
<LI><A href="sec13.html">&#92;usecounter</A>: Use a specified counter in a list environment.
<LI><A href="sec14.html">&#92;value</A>: Use the value of a counter in an expression.
</UL>



<p>--&gt;<a href="index.html">LaTeX index</a>
</body>
</html>