* LaTeX with embedded in-line code blocks and AucTeX
@ 2013-03-17 21:52 Liam Healy
2013-03-19 17:20 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Liam Healy @ 2013-03-17 21:52 UTC (permalink / raw)
To: Org-mode mailing list
I am writing LaTeX in my org file with embedded code evaluation using
src_lang in-line code blocks (in my case, lang=lisp). This works fine
when using bare LaTeX for export, but I would like AUCTeX editing and
highlighting which are not available with bare LaTeX in the org file.
The only way I can see to get AUCTeX is to use a LaTeX source code
block; this does what I want, but now the inline code blocks are not
expanded; instead, they are exported literally to the LaTeX. Is there
a way to have an exportable LaTeX source code block that expands
in-line code blocks on export, or somehow have the AuCTeX editing
features with in-line src_lang code blocks that get expanded?
Example:
* This is an example
#+BEGIN_SRC latex :exports code :file example.pdf
This is an example. The sum of 2 and 2 is $src_lisp{(+ 2 2)}$.
#+END_SRC
produces (removing a lot of preamble for clarity)
\begin{document}
\maketitle
\setcounter{tocdepth}{3}
\tableofcontents
\vspace*{1cm}
\section{This is an example}
\label{sec-1}
This is an example. The sum of 2 and 2 is $src_lisp{(+ 2 2)}$.
\end{document}
whereas
* This is an example
This is an example. The sum of 2 and 2 is $src_lisp{(+ 2 2)}$.
produces
\begin{document}
\maketitle
\setcounter{tocdepth}{3}
\tableofcontents
\vspace*{1cm}
\section{This is an example}
\label{sec-1}
This is an example. The sum of 2 and 2 is $=4=$.
\end{document}
Is this a bug in org-mode, or is there some configuration I need to change?
Org-mode version 8.0-pre (release_8.0-pre-111-g7b3601)
Thanks,
Liam
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: LaTeX with embedded in-line code blocks and AucTeX
2013-03-17 21:52 LaTeX with embedded in-line code blocks and AucTeX Liam Healy
@ 2013-03-19 17:20 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2013-03-19 17:20 UTC (permalink / raw)
To: Liam Healy; +Cc: Org-mode mailing list
Hi Liam,
Liam Healy <lnp@healy.washington.dc.us> writes:
> The only way I can see to get AUCTeX is to use a LaTeX source code
> block; this does what I want, but now the inline code blocks are not
> expanded; instead, they are exported literally to the LaTeX.
yes, as expected.
> Is there a way to have an exportable LaTeX source code block that
> expands in-line code blocks on export,
I don't think so... Maybe others may help.
Best,
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-19 18:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-17 21:52 LaTeX with embedded in-line code blocks and AucTeX Liam Healy
2013-03-19 17:20 ` Bastien
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).