Hey folks, I've noticed the latest nightly I ran (2012.01.12) chokes on \rotate in the following context: \midaligned{\rotate[rotation=42]{\color[red] \bft Some text!}} I get the following error if I don't comment out that line. resolvers > modules > loaded: 'simplefonts' (/usr/share/texmf/tex/context/third/simplefonts/t-simplefonts.tex loading > ConTeXt User Module / Simplefonts <+ /usr/share/texmf/tex/context/third/simplefonts/t-simplefonts.lua>)) ! Missing } inserted. <inserted text> } <to be read again> \vfill l.23 \vfill -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
On Fri, 13 Jan 2012, Kip Warner wrote:
Hey folks,
I've noticed the latest nightly I ran (2012.01.12) chokes on \rotate in the following context:
\midaligned{\rotate[rotation=42]{\color[red] \bft Some text!}}
\color is no longer a switch; it must be used as \color[red]{...}. Aditya
On Fri, 2012-01-13 at 21:12 -0500, Aditya Mahajan wrote:
\color is no longer a switch; it must be used as \color[red]{...}.
Thanks. It compiles now. Or should I say typeset? What is the proper term anyways? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
participants (2)
-
Aditya Mahajan
-
Kip Warner