emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] problem with export of #+BEGIN_src latex :results latex replace :exp


From: Uwe Brauer
Subject: [O] problem with export of #+BEGIN_src latex :results latex replace :exports results :eval t
Date: Thu, 13 Dec 2018 08:30:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Hi

The following org file is exported correctly to latex.
,----
| 
| * Test of the bibliography
| 
| 
| \begin{equation}
| \label{eq:testbib:1}
| \int f dx =0 
| \end{equation}
| 
| see
| citep:tao08:_global
| 
| 
| bibliographystyle:unsrt
| bibliography:/home/oub/texmf/bibtex/bib/bibgraf.bib
`----

However I sometimes prefer 

,----
| * Test of the bibliography
| #+BEGIN_src latex :results latex replace :exports results :eval t
| 
| \begin{equation}
| \label{eq:testbib:1}
| \int f dx =0 
| \end{equation}
| 
| see
| citep:tao08:_global
| 
| #+END_src
| bibliographystyle:unsrt
| bibliography:/home/oub/texmf/bibtex/bib/bibgraf.bib
| 
`----

Because this way the fortification  for \begin{equation} is the same as
in my latex buffer (with auctex).

However, in this case the exportation to latex is only partially
successful.

citep:tao08:_global

Is *not* expanded.

Can this problem solved?

Regards

Uwe Brauer 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]