stevejb writes:
> 1. How can I make Emacs recognize that once I type '#+LATEX:' that the
> rest of the line should be treated as being in the same minor mode as
> inside of a \begin{equation} \end{equation}?
This is not really a minor mode, thing within \begin{equation} \end{equation}
> 2. If q
Greetings,
I have found that it can be useful for me to write equations as follows:
#+LABEL: eq:eq1
#+BEGIN_EQUATION
#+LATEX: \int_{r}^{\infty} x \lambda e^{-\lambda x} dx
#+END_EQUATION
rather than
\begin{equation}
\label{eq:eq1}
\int_{r}^{\infty} x \lambda e^{-\lambda x} dx
\end{equatio