blob: 856bad72da7f682fd3a98dded894910f260c1420 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<html>
<head><title>Help On LaTeX \newcounter</title></head>
<body bgcolor="#ffffff" text="#000000" link="#000099" vlink="#cc0000" alink="#cc0000">
<h1><font size="-2">Hypertext Help with LaTeX</font><br><font color="#cc0000">\newcounter</font></h1>
<p>
<tt>\newcounter{newname}[oldcounter]</tt>
<p>
The <tt>\newcounter</tt> command defines a new counter named
<tt>newname</tt>. The optional
argument <tt>oldcounter</tt> must be the name of an already defined
counter; if present the new counter, <tt>newname</tt>, will be
reset whenever <tt>oldcounter</tt>, the counter named in the optional
argument, is incremented.
<hr>
See also <A href="ltx-3.html">Counters</A><br>
Go to <a href="ltx-2.html">LaTeX Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 29 Jun 1995.
</address>
</body>
</html>
|