Re: [O] [BUG] Latex export problem with babel latex blocks when including files

2011-03-16 Thread Suvayu Ali
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

Re: [O] [BUG] Latex export problem with babel latex blocks when including files

2011-03-16 Thread Suvayu Ali
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

Re: [O] [BUG] Latex export problem with babel latex blocks when including files

2011-03-16 Thread Eric S Fraga
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

Re: [O] [BUG] Latex export problem with babel latex blocks when including files

2011-03-16 Thread Eric Schulte
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}

[O] [BUG] Latex export problem with babel latex blocks when including files

2011-03-16 Thread Suvayu Ali
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