Re: Numbered equations
- To: mathgroup at smc.vnet.net
- Subject: [mg30846] Re: Numbered equations
- From: gah at math.umd.edu (Garry Helzer)
- Date: Thu, 20 Sep 2001 03:51:46 -0400 (EDT)
- Organization: University of Maryland
- References: <9o992j$cse$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Here is what I do.
menu path: Format > Edit Stylesheet
select the protostype cell for Section
menu path: Format > Option Inspector
In Option Inspector: Formatting Options > Automatic Numbering Options >
Counter Assignment and Incrementing
Then add {"NumberedEquation",0} to the list of CounterAssignments
In article <9o992j$cse$1 at smc.vnet.net>, Jeffrey Pattavina <ptvn at snet.net> wrote:
> I have created a paragraph style that numbers equations and includes the
> section number (i.e. 1-1, 1-2 etc) however However When I start a new
> section I can not get the numbering to reset to1 for example if I have 3
> equations in section 1 (1-1, 1-2, 1-3) the first equation after section
> 2 is 2-4 instead of 2-1.
>
> How do I reset the numbering after section headings ??? . . .