emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Exporting Latex fragment both rendered and verbatim


From: Eric S Fraga
Subject: Re: [O] Exporting Latex fragment both rendered and verbatim
Date: Wed, 07 Mar 2018 15:24:06 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

On Wednesday,  7 Mar 2018 at 16:49, Jarmo Hurri wrote:

[...]

> It is easy to export it verbatim as follows:
>
>   #+name: fragment
>   #+BEGIN_SRC latex
>
>     Here is an interesting (and true) equation: 
>     \begin{equation} 
>     \int uv' = uv - \int u'v \label{int}. 
>     \end{equation}
>     And that happens to be equation \eqref{int} on page \pageref{int}.
>   #+END_SRC
>
> But what is the correct combination of environments (src, export) and

Use this src block but add ":exports both" to the begin_src line.

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.6-191-g90607d

Attachment: signature.asc
Description: PGP signature


reply via email to

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