Dear All,
So I've now used th follwing in my preamble
\usepackage{remreset}
[EMAIL PROTECTED]
\renewcommand{\theequation}{\arabic{equation}}
no errors but no success. Numbers are consecutive in each section starting with
1, so the renewcommand has got rid of the section number e.g Eq.(2.2) becomes
Eq.(2) but the removefromreset has had no effect.
Any ideas.
Mike
________________________________
From: Richard Heck [mailto:[EMAIL PROTECTED]
Sent: Mon 14/08/2006 19:16
To: Mike Reeks
Cc: Richard Heck; Jens Noeckel; Uwe Stöhr; Lyx-users
Subject: Re: Equation numbering
You'll need to \usepackage{remreset}.
Mike Reeks wrote:
Dear Richard, Jens and Uwe
In the process of installing remreset.sty I noticed that it is already
installed in Miktex in texmf/tex/latex/carlisle so I am assuming therefore
that the commands
[EMAIL PROTECTED]
\renewcommand{\theequation}{\arabic{equation}}
in my preamble will automatically be recognized. Anyway no point in
installing remreset twice. Any thoughts on why it's not working. Do I need to
declare the use of remreset.sty anywhere?
Best
Mike
________________________________
From: Richard Heck [mailto:[EMAIL PROTECTED]
Sent: Wed 09/08/2006 15:51
To: Mike Reeks
Cc: Jens Noeckel; Uwe Stöhr; Lyx-users; [EMAIL PROTECTED]
Subject: Re: Equation numbering
I'm confused about what you want. Do you want the equations to be
numbered consecutively throughout the document and NOT to be reset in
each section? If so, then the only way to do this, short of modifying
the document class directly, is to use the remreset (or removefr)
package, since there is no "remove reset" command in standard LaTeX.
Once remreset is downloaded and installed, you should need just this:
[EMAIL PROTECTED]
You'll still need this line:
\renewcommand{\theequation}{\arabic{equation}}
to control how equation numbers are displayed.
If you DO want equation numbers to be reset in each section, so that you
have 1, 2, 3 in section 1, and then 1, 2, 3 again in section 2, etc.,
then
[EMAIL PROTECTED]
should do the trick. But then a reference to equation 3 is ambiguous.
Richard
Mike Reeks wrote:
Dear Jens
In my preamble after the line
\renewcommand{\theequation}{\arabic{equation}}
I added the line
@addtoreset{equation}{section}
which had nor effect. Have I followed your suggestion
correcty, have I mispelt it. What next?
Mike
________________________________
From: Jens Noeckel [mailto:[EMAIL PROTECTED]
Sent: Tue 08/08/2006 19:00
To: Mike Reeks
Cc: Uwe Stöhr; Lyx-users; [EMAIL PROTECTED]
Subject: Re: Equation numbering
On Aug 8, 2006, at 9:16 AM, Mike Reeks wrote:
Dear Uwe
Nearly there. The command in preamble numbers the
equation in each
section .without the section number. I want the
equation number in
ascending order irrespective of section number e.g. 1,
2, 3 etc for
section n (before they were numbered n.1, n.2 etc. I
need to turn
of a section counter maybe.
Any help
I should say I am using a J. Fluid Mech cls layout file
which
should do the trick since this is the journal eqn
number style.
Mike
________________________________
From: Uwe Stöhr [mailto:[EMAIL PROTECTED]
Sent: Mon 07/08/2006 21:23
To: Mike Reeks
Cc: Lyx-users; [EMAIL PROTECTED]
Subject: Re: Equation numbering
Mike Reeks wrote:
Any idea how to change Eqn numbering from
numbering by section to
absolute numbering?
Add this line to your preamble or at the beginning of
your document in
ERT (assure that you use amsmath explicitely in the
document
preferences):
\renewcommand{\theequation}{\arabic{equation}}
regards Uwe
Try the following (one additional line):
renewcommand\theequation{\arabic{equation}}
[EMAIL PROTECTED]
Regards,
Jens