emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] export latex in a table


From: Nicolas Goaziou
Subject: Re: [O] export latex in a table
Date: Sat, 21 Sep 2013 13:49:50 +0200

Hello,

zwz <address@hidden> writes:

> Rasmus <rasmus <at> gmx.us> writes:
>> 
>> How about this? 
>> 
>> #+MACRO: color  \textcolor{$1}{$2}
>> | {{{color(red, range)}}} | {{{color(blue, 0\sim2^8-1)}}} |
>> 
>> Unless you're doing something that's not systematic, or which has a
>> very particular logic it's probably not the right way.
>
> The macro-way does not work.

The macro-way does work here.

> The generated tex still contains the extra \ before {.
> My org version is 8.0.7.
>
> Thanks for your tips.
> But I just want to color some column/row.
> And I really enjoy the convenience of org table.

You can also use an export snippet:

  | @@latex:\textcolor{blue}{0\sim2^{8}-1}@@ |


Regards,

-- 
Nicolas Goaziou



reply via email to

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