Re: [O] export latex in a table

2013-09-21 Thread zwz
Nicolas Goaziou gmail.com> writes: > > Hello, > > You can also use an export snippet: > > | latex:\textcolor{blue}{0\sim2^{8}-1} | > > Regards, > Yes, it works. Thanks.

Re: [O] export latex in a table

2013-09-21 Thread Nicolas Goaziou
Hello, zwz writes: > Rasmus 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

Re: [O] export latex in a table

2013-09-21 Thread zwz
Rasmus gmx.us> writes: > > zwz gmail.com> writes: > > I'm assuming you're only interested in LaTeX output here. > > > Hi, I want to export a table to pdf as follows: > > > > * test > > | \textcolor{red}{range} | \textcolor{blue}{0\sim2^{8}-1} | > > How about this? > > #+MACRO: color \text

Re: [O] export latex in a table

2013-09-21 Thread Rasmus
zwz writes: I'm assuming you're only interested in LaTeX output here. > Hi, I want to export a table to pdf as follows: > > * test > | \textcolor{red}{range} | \textcolor{blue}{0\sim2^{8}-1} | How about this? #+MACRO: color \textcolor{$1}{$2} | {{{color(red, range)}}} | {{{color(blue, 0\sim2