Hi Eric,
Sorry I was a bit sleepy when I made my original post earlier, I wasn't
clear enough with my description of the problem. :-p
On Wed, 16 Mar 2011 14:18:47 +
Eric S Fraga wrote:
> which is what I would expect. What do you get that is different? Or
> did I misunderstand your questio
Hi Eric,
On Wed, 16 Mar 2011 07:22:19 -0600
"Eric Schulte" wrote:
> Hi,
>
> First, you may well already be aware of this, but a block like the
> following
>
> #+begin_src latex
> \begin{equation}
> \label{eq:eta}
> \eta = -\ln\Bigg[\tan\Bigg(\frac{\theta}{2}\Bigg)\Bigg]
> \end{equa
Suvayu Ali writes:
> Hi Orgers,
>
> I have been writing a large document in Org mode for pdf export with
> latex. I use babel latex blocks for things like equations, and I have a
> separate file as my appendix which I include in my primary org file.
>
> Today when I introduced a babel latex block
Hi,
First, you may well already be aware of this, but a block like the
following
#+begin_src latex
\begin{equation}
\label{eq:eta}
\eta = -\ln\Bigg[\tan\Bigg(\frac{\theta}{2}\Bigg)\Bigg]
\end{equation}
#+end_src
could just as easily be written as
\begin{equation}
\label{eq:eta}
Hi Orgers,
I have been writing a large document in Org mode for pdf export with
latex. I use babel latex blocks for things like equations, and I have a
separate file as my appendix which I include in my primary org file.
Today when I introduced a babel latex block in the appendix, I noticed
that