Steffen Wolfrum wrote:
> Since context version: 2008.01.28 up to now there is an error when  
> running the file attached below:
> 
> ! Undefined control sequence.
> \dodosetupwhitespace ...g \witruimteflexibelfalse
>                                                    \ctxparskip 1 

In the core, the
   \newif \witruimteflexibel
became
   \newconditional \flexiblewhitespace

so the get the same effect as the old \witruimteflexibelfalse
and \ifwit... you now need \setfalse\flexiblewhitespace and
\ifconditional\flexiblewhitespace.

As Peter said: see core-spa.tex for details

Best wishes,
Taco

PS Hans, the \newconditional itself is actually not there. Wouldn't
   it be nicer to add it? It would help while grepping through the
   source.
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to