emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* problem with export of #+BEGIN_src latex :results latex replace :exports results :eval t
@ 2018-12-13  7:30 Uwe Brauer
  2018-12-13  9:23 ` Eric S Fraga
  0 siblings, 1 reply; 7+ messages in thread
From: Uwe Brauer @ 2018-12-13  7:30 UTC (permalink / raw)
  To: emacs-orgmode


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 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-12-13 21:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-13  7:30 problem with export of #+BEGIN_src latex :results latex replace :exports results :eval t Uwe Brauer
2018-12-13  9:23 ` Eric S Fraga
2018-12-13 10:55   ` Uwe Brauer
2018-12-13 13:22     ` Eric S Fraga
2018-12-13 15:08       ` Uwe Brauer
2018-12-13 16:10         ` Eric S Fraga
2018-12-13 21:21           ` Uwe Brauer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).