Re: [NTG-context] Broken Rotation in Nightly

2012-01-15 Thread Kip Warner
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


signature.asc
Description: This is a digitally signed message part
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Broken Rotation in Nightly

2012-01-13 Thread Kip Warner
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.

resolversmodules  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


signature.asc
Description: This is a digitally signed message part
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Rotation in Nightly

2012-01-13 Thread Aditya Mahajan

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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___