[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] AUCTex within org-babel
From: |
Eric Schulte |
Subject: |
Re: [O] AUCTex within org-babel |
Date: |
Wed, 08 Feb 2012 07:25:50 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) |
Riccardo Romoli <address@hidden> writes:
> Hi, is there a way to include the AUCTeX function (i.e. to create a figure
> or a table or insert a font...) and markup color, within an org-babel
> document?
>
If I understand your question correctly you want AUCTeX mode to be
active in an Org-mode document. Generally this is not possible as
Org-mode is the active mode and AUCTeX and Org would conflict in many
ways.
If you want syntax highlighting for a particular chunk of latex code,
you can may it in a src block
#+begin_src latex
your latex here...
#+end_src
and then customize the `org-src-fontify-natively' variable. Pressing
C-c ' from withing the code block will then launch a small buffer in
AUCTeX mode.
Best,
>
> Best
> Riccardo
--
Eric Schulte
http://cs.unm.edu/~eschulte/
- [O] AUCTex within org-babel, Riccardo Romoli, 2012/02/08
- Re: [O] AUCTex within org-babel,
Eric Schulte <=
- Re: [O] AUCTex within org-babel, Riccardo Romoli, 2012/02/08
- Re: [O] AUCTex within org-babel, Jonas Hörsch, 2012/02/08
- Re: [O] AUCTex within org-babel, Riccardo Romoli, 2012/02/09
- Re: [O] AUCTex within org-babel, Jonas Hörsch, 2012/02/09
- Re: [O] AUCTex within org-babel, Riccardo Romoli, 2012/02/09
- Re: [O] AUCTex within org-babel, Jonas Hörsch, 2012/02/09
- Re: [O] AUCTex within org-babel, Riccardo Romoli, 2012/02/09
- Re: [O] AUCTex within org-babel, Jonas Hörsch, 2012/02/10