Remzi Seker wrote:
> 
> Thank you for your help. But to make that command work I have to enable the
> section numbering and I can not have the section numbers appear in the
> section (subsection, sub subsection) headings.
> 
> Any idea how I can have the equation numbers with section numbers but
> sections headers without numbers? I know it does not make much sense... but
> graduate school has rules!

try the following:
in latex preamble

\renewcommand{\theequation}{\arabic{section}.\arabic{equation}}
\newcommand{\setCounter}{\stepcounter{section}\setcounter{equation}{0}}

in your text just behind a starsection (without numbering) in a newline
and in tex (red)

\setCounter


Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/

Reply via email to