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.
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
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
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