Hartmut Henkel wrote:
On Tue, 14 Feb 2006, Martin Schr�der wrote:
On 2006-02-14 20:42:40 +0100, Hartmut Henkel wrote:
On Tue, 14 Feb 2006, [UTF-8] Pawe? Jackowski wrote:
2. \ifabsnum, \ifabsdim; eTeX manual or pdfTeX manual?
The pdfTeX manual is the right (only) place.
Done.
newest CVS manual with newest cont-tmf.zip stops compiling here with
subsubject : - Expandable commands [16.14]) ! Incomplete \ifx; all text was ignored after line 2034.
It's caused by \Tex {\ifabsnum}
How to do this?
It seems \type doesn't handle \iffoo ...
yes, this works
\starttext \def\foo#1{\type{#1}}
{\catcode`\i=12 \foo {\ifabsnum} }
{\def\ifabsnum{\relax} \foo {\ifabsnum} }
\stoptext
but it's ugly.
hm, this works here, \def\xx#1{\type{#1}} \starttext \xx {\ifabsnum} \stoptext so, how old is your context? (there has been a bug in the code for a while due to a faulty fix that dealt with verbatim and tables) (in case f real trouble one can configure a few things using \recodeverbatimmode; the problem with verbatim mode is that it also supports syntax highlighting and such and there is no real robust way to cover all situations at the same time) 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.com | www.pragma-pod.nl -----------------------------------------------------------------