Hello, this is slightly off-topic: when using supp-vis in a plain-tex document, it runs ok with normal TeX, but not with pdfetex: \input supp-vis Hello \TeX! \bye -------------------------------------------------- Running `PDFTeX' on `test' with ``pdftex "\nonstopmode\input test.tex"'' This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) \write18 enabled. entering extended mode (./test.tex (/opt/tetex/3.0/texmf/tex/context/base/supp-vis.tex (/opt/tetex/3.0/texmf/tex/context/base/supp-mis.tex loading : Context Support Macros / Miscellaneous (2004.10.26) ) loading : Context Support Macros / Visualization ! Missing { inserted. <to be read again> \def l.424 \unexpanded\def \ruledhbox Runaway text? \def \ruledhbox {\normalhbox \bgroup \dowithnextbox {\makeruledbox \nextbox \ET [....] -------------------------------------------------- Any way around this? Patrick -- ConTeXt wiki: http://contextgarden.net
Patrick Gundlach wrote:
this is slightly off-topic:
when using supp-vis in a plain-tex document, it runs ok with normal TeX, but not with pdfetex:
% begin of supp-vis.tex \ifx\contextversion\undefined \let \normalunexpanded \unexpanded \let \unexpanded \protected \fi \ifx\unexpanded\undefined \let\unexpanded\relax \fi
\input supp-vis
% end of supp-vis.tex \ifx\contextversion\undefined \let \unexpanded \normalunexpanded \fi
Hello \TeX! \bye
can you test this? 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 -----------------------------------------------------------------
Hello Hans,
can you test this?
Looks fine with several different visualizations. Thanks. Patrick -- ConTeXt wiki: http://contextgarden.net
Hello again, for those who don't know supp-vis but know what glue and penalties are: try \showmakeup and you get an idea where penalties, glue etc. are inserted. This is a very cool debugging tool, because it (amazingly) does not interfere (as far as I can see) with the actual layout. Patrick
participants (2)
-
Hans Hagen
-
Patrick Gundlach