I had the same problem. As a workaround I used \begingroup and \endgroup
to denote {}
Best regards,
Haik
17.04.2010 20:13 Giulio Fella kirjutas:
Thanks for your reply.
I am afraid I know nothing about Tex, so I cannot comment on that. But
all my Latex references
e.g.http://en.wikibooks.org/wi
Thanks for your reply.
I am afraid I know nothing about Tex, so I cannot comment on that. But
all my Latex references
e.g. http://en.wikibooks.org/wiki/LaTeX/Colors
give that as the correct syntax for \color, as opposed to e.g. \textcolor
which has the syntax you report.
But more generally, give
I think the correct would be using Latex syntax like \color{red}{whatever}.
If you write using plain Tex syntax like {\color{red}whatever} org
will not understand that the outer curly brackets are part of the
command.
-- Darlan
2010/4/16 Giulio Fella :
> Hi,
>
> I have just upgraded from 6.33tr
Hi,
I have just upgraded from 6.33trans to 6.35g-55-g36d3e hoping to solve
a problem with escaping braces.
With LaTex_CLASS: beamer
Something like
{\color{red}whatever}
exports to latex with escaped outer braces. Namely
\{\color{red}whatever\}
This is the same behaviour as in 6.33trans. I had