emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Using color in latex export


From: Chaitanya Krishna
Subject: [O] Using color in latex export
Date: Fri, 12 Sep 2014 21:13:50 +0200

Hello all,

I would like to have some text in color when I export my org document to latex.

I tried this:
...
#+latex_header: \usepackage{color}
\textcolor{red}{Text I want in red}
...

But, this is producing
...
\usepackage{color}
\textcolor{red}\{Text I want in red\} in the exported latex document.
...

How can I properly export the org file to latex and still have colored text. How can I escape braces '{'?

Best regards,
Chai

--
42

reply via email to

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