emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Chris Beard <wcbeard10@wabash.edu>
Cc: emacs-orgmode@gnu.org
Subject: Re: syntax highlighting for latex elements
Date: Thu, 31 Mar 2011 16:35:30 +0100	[thread overview]
Message-ID: <874o6j481p.fsf@ucl.ac.uk> (raw)
In-Reply-To: <AANLkTinDaV72UzUk4pZRNcXw--gCj4iZPSZdqK=7Ce3r@mail.gmail.com> (Chris Beard's message of "Fri, 1 Apr 2011 00:18:37 +0900")

Chris Beard <wcbeard10@wabash.edu> writes:

> Hello,
> After learning that I can output my Org documents (with tables,
> outlined notes and all!) into LaTeX, I've started writing some notes
> with the intention of exporting them to LaTeX. So I've been typing
> stuff like (sorry, I'm not sure about the standard for formatting code
> for emails):

[...]

> This stuff outputs fine to tex files, but one thing I'd like is LaTeX
> syntax highlighting for things like \begin{...}\frac{...}\end{}. I can
> get highlighting in code source blocks, but that gets exported in
> verbatim environments in the LaTeX output. If I want syntax
> highlighting for these things, should I just be editing a standard
> .tex file with the appropriate emacs mode, or is there a (hopefully
> simple) way to turn on syntax highlighting for LaTeX elements in
> standard org-mode?
>
> Thank you
> Chris

You can enclose the latex:

#+begin_latex
 \begin{equation}
   F_2(s) = \frac{r_1}{s+2} + \frac{r_2}{s+4} + \frac{r_3}{s+6},
 \end{equation}
#+end_latex

Then, with point within this block, you can type C-c ' which will allow
you to edit the latex in a latex-mode buffer with proper fontification.

For source code blocks, you should be able to tell it to export the code
as latex:

#+begin_src latex :exports results :results latex
 \begin{equation}
   F_2(s) = \frac{r_1}{s+2} + \frac{r_2}{s+4} + \frac{r_3}{s+6},
 \end{equation}
#+end_src

and you will get fortification within org-mode if you set
org-src-fontify-natively to be t.  However, there are (currently) some
performance issues with this approach.

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.5 (release_7.5.122.g2f72.dirty)

      reply	other threads:[~2011-03-31 15:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-31 15:18 syntax highlighting for latex elements Chris Beard
2011-03-31 15:35 ` Eric S Fraga [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874o6j481p.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=wcbeard10@wabash.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).