Re: [O] Using color in latex export

2014-09-13 Thread Chaitanya Krishna
Thank you (Nick and Tom). Both the solutions above worked. Regards, Chai On Fri, Sep 12, 2014 at 9:53 PM, Thomas S. Dye wrote: > Aloha Chai, > > Chaitanya Krishna writes: > > > Hello all, > > > > I would like to have some text in color when I export my org document to > > latex. > > > > I trie

Re: [O] Using color in latex export

2014-09-12 Thread Thomas S. Dye
Aloha Chai, Chaitanya Krishna writes: > 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} One way is with a macro, e.g., #+MACRO: red \textcolor{red

Re: [O] Using color in latex export

2014-09-12 Thread Nick Dokos
Chaitanya Krishna writes: > 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

[O] Using color in latex export

2014-09-12 Thread Chaitanya Krishna
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 docume