>>>>> "Frank" == Frank Mahler <[EMAIL PROTECTED]> writes:

Frank> Hi there!  I'd like to use the amsart equation numbering scheme
Frank> in standard documents with article layout, so that the current
Frank> section number is prepended the equation number. Each section
Frank> should then start with equation number 1, so the third equation
Frank> in section 6 will get the number (6.3).

Frank> Is this possible? I think of some \renewcommand directives in
Frank> the preamble but am no LaTeXpert and therefore have no idea how
Frank> to make it...

Try something like the following in the preamble:

\@addtoreset{equation}{section}
\renewcommand{\theequation}{\thesection.\arabic{equation}}

JMarc

-- 
                +++ the lyx project user mailing list +++
                To unsubscribe from this list send mail to 
                         [EMAIL PROTECTED]
                    with the **Subject** unsubscribe.

Reply via email to