emacs-orgmode
[Top][All Lists]
Advanced

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

[O] latex newcommand in org


From: Doyley, Marvin M.
Subject: [O] latex newcommand in org
Date: Fri, 20 May 2016 18:10:47 +0000

Hi there,

In my group, we typically response to reviewers comments (in latex) by first defining the  following command in the header

\newcommand{\response}[1]{\textcolor{red}{#1}}
then marking up the text as follows

\response{red text}

I try to do the same in org,  i.e., putting 
 #+latex_header:\newcommand{\response}[1]{\textcolor{red}{#1}}
then \response{BLAH BLAH} in the text. The only snag is that on export I get \response\{BLAH BLAH\}

Any suggestion how to fix this

cheers,
M












reply via email to

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