Suvayu Ali <[email protected]> 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 in the appendix, I noticed
> that while exporting to latex/pdf, org wants to add the headline with
> the latex babel block from the appendix at the end of the master org
> file. I would expect no such behaviour while export.
>
> I can replicate this bug with the two attached minimal org files. Can
> someone confirm this?
>
> Thanks,
I cannot confirm this. I get:
--8<---------------cut here---------------start------------->8---
...
\chapter{Title of chapter 3}
\label{sec-3_1}
The Standard Model gauge group is shown in \autoref{eq:symgrp}
\begin{equation}
\label{eq:symgrp}
SU(3) \times SU(2) \times U(1)
\end{equation}
\appendix
\appendixpage
\addappheadtotoc
\section{This is appendix A}
\label{sec-3_1_1}
Definition of psedorapidity.
\begin{equation}
\label{eq:eta}
\eta = -\ln\Bigg[\tan\Bigg(\frac{\theta}{2}\Bigg)\Bigg]
\end{equation}
...
--8<---------------cut here---------------end--------------->8---
which is what I would expect. What do you get that is different? Or
did I misunderstand your question/problem?
--
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.5 (release_7.5.55.g87c42.dirty)