>>>>> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes:

Amir> Dumb question. Do I have to type math-number in the minibuffer
Amir> for every single equation in my whole document? (Or use a perl
Amir> script to change \[ to \begin{equation}?) I can't imagine that's
Amir> the case. I know a bunch of people have written their theses in
Amir> lyx already. So what's the secret to having all of your
Amir> equations numbered?

If you add a number to your equations, I guess you mean a label too?
In this case it will be \begin{equation}. Otherwise, if you feel like
to cheat latex, you can try something like the following in the
preamble:

\renewcommand\[{\begin{equation}}
\renewcommand\]{\end{equation}}

JMarc

Reply via email to