Am 30.12.2011 um 05:55 schrieb Kip Warner:
Hey folks,
The nightly for Dec 29th seems to choke on \rotate. I have a statement:
\midaligned{\rotate[rotation=42]{\color[red] \bft THIS IS A DRAFT!}}
ConTeXt emits the following:
! Undefined control sequence. \dodorotatenextbox ... \@@rorotation \@@layerxpos \zeropoint \@@layerypos \z... \dorotatenextbox ...rotatenextbox \@@rorotation #2 \fi \boxcursor \flushnextb... \boxes_with_next_box ...x \@@rorotation \!!counta \egroup l.22 ...THIS IS A DRAFT!} } ?
I'm fairly sure it isn't the \midaligned because I have other statements it compiles fine.
Do you have a minimal example because this works (when I remove the not existing \bft command): \starttext \midaligned{\rotate[rotation=42]{\color[red]THIS IS A DRAFT!}} \stoptext Wolfgang