On Fri, 30 Sep 2005, Paul Smith wrote:
On 9/30/05, gajus miknaitis <[EMAIL PROTECTED]> wrote:
It's worked for me.
If you press ctrl-m (or shift-ctrl-m) do you get the math box in which to
type your equation? If so, the proper LaTeX code has been inserted in the
document.
Ok, I just opened a fresh document and inserted an equation in this
manner (shift-ctrl-m). Here's resulting exported LaTeX:
\begin{document}
Testing
\[
a=b+c\]
\end{document}
No, "\begin{equation}". The LaTeX compiles fine, but I want the equation
mode (or environment or whatever) so that the eqns are numbered.
Inside the equation box, insert a label (menus sequence: Insert --> Label)
Ah, yes, that works:
\begin{equation}
a=b+c\label{eq:eqn1}\end{equation}
It also looks like using "Edit->Math->Toggle Numbering" (or Alt-m n) gets
you into equation mode without requiring a label:
\begin{equation}
a=b+c\end{equation}
Now if there was only a way to turn on this numbering for the entire
document, instead of case by case.
Thanks,
g