ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: context syntax error?
       [not found] <200001201523.QAA30831@PCI008A.nlr.nl>
@ 2000-01-20 15:58 ` Hans Hagen
  0 siblings, 0 replies; only message in thread
From: Hans Hagen @ 2000-01-20 15:58 UTC (permalink / raw)


Hi Michael, 

>A few days ago I installed the context release of 2000.01.11. Today I got 
>around to recompiling my Literate Programming Slides and, low and behold, I 
>stumbled upon this syntax error. After a bit more digging, I find I can 
>reproduce the error with any version newer than 1999.10.24.
>
>Here's the log. Any suggestions?

I ran into this bug this afternoon when running pdftex. (It's no bug when
you use pdfetex, since the etex alternative is safer.)

Add this to cont-new.tex: 

\unprotect 

\def\doifmeaningelse#1#2#3#4%
  {\edef\!!stringa{\meaning#1}%
   \def\!!stringb{#2}\edef\!!stringb{\meaning\!!stringb}%
   \ifx\!!stringa\!!stringb#3\else#4\fi}

\def\dobetweenthelines%
  {\doifmeaningelse{\next}{\obeyedline}{\@@rgtussen}{}}

\protect

(Taco may like the new \doifmeaningelse)

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-01-20 15:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <200001201523.QAA30831@PCI008A.nlr.nl>
2000-01-20 15:58 ` context syntax error? Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).