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. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
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
On 30-12-2011 08:40, Wolfgang Schuster wrote:
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
it is indeed an issue as those temp vars are gone ... i redid the rotate last night and will update later today Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Fri, 2011-12-30 at 12:16 +0100, Hans Hagen wrote:
it is indeed an issue as those temp vars are gone ... i redid the rotate last night and will update later today
You know, sometimes I feel guilty pointing out how this or that is broken, but I suppose its constructive since the book I am writing really seems to be stress testing the nightlies and helping us find lots of bugs. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
On 30-12-2011 21:26, Kip Warner wrote:
On Fri, 2011-12-30 at 12:16 +0100, Hans Hagen wrote:
it is indeed an issue as those temp vars are gone ... i redid the rotate last night and will update later today
You know, sometimes I feel guilty pointing out how this or that is broken, but I suppose its constructive since the book I am writing really seems to be stress testing the nightlies and helping us find lots of bugs.
don't feel too guilty .. we need testing in order to get things right .. currently I'm cleaning up, changing namespaces, getting rid of old code, trying to make code more readable and do an occasional speedup and therefore bugs can creep in (often easy to correct as it concerns typos or forgotten things Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Fri, 2011-12-30 at 23:13 +0100, Hans Hagen wrote:
don't feel too guilty .. we need testing in order to get things right .. currently I'm cleaning up, changing namespaces, getting rid of old code, trying to make code more readable and do an occasional speedup and therefore bugs can creep in (often easy to correct as it concerns typos or forgotten things
Yup. You've built such a brilliant piece of software, it's so big and complex that 3rd party testing is necessary because you'll never be able to find everything yourself. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
participants (3)
-
Hans Hagen
-
Kip Warner
-
Wolfgang Schuster