From 10148cf24f5cdb6a67c8ba46ff62cea67affc44c Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Tue, 3 Nov 2020 18:03:10 +0100 Subject: 2020-11-03 16:53:00 --- .../documents/general/leaflets/leaflet-mixing.pdf | Bin 65347 -> 65629 bytes .../documents/general/manuals/luametatex.pdf | Bin 4171 -> 1230349 bytes .../sources/general/leaflets/leaflet-mixing.tex | 2 +- .../manuals/lowlevel/lowlevel-conditionals.tex | 12 ++++++++++++ 4 files changed, 13 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/context/documents/general/leaflets/leaflet-mixing.pdf b/doc/context/documents/general/leaflets/leaflet-mixing.pdf index a023f9e88..f61de6d3f 100644 Binary files a/doc/context/documents/general/leaflets/leaflet-mixing.pdf and b/doc/context/documents/general/leaflets/leaflet-mixing.pdf differ diff --git a/doc/context/documents/general/manuals/luametatex.pdf b/doc/context/documents/general/manuals/luametatex.pdf index 0455781a3..0906a79ff 100644 Binary files a/doc/context/documents/general/manuals/luametatex.pdf and b/doc/context/documents/general/manuals/luametatex.pdf differ diff --git a/doc/context/sources/general/leaflets/leaflet-mixing.tex b/doc/context/sources/general/leaflets/leaflet-mixing.tex index 9f14525b3..8b86988ca 100644 --- a/doc/context/sources/general/leaflets/leaflet-mixing.tex +++ b/doc/context/sources/general/leaflets/leaflet-mixing.tex @@ -2,7 +2,7 @@ %D is reserved for our own purpose. Be creative instead. \setupbodyfont - [plex,7pt] + [plex,4pt] \setuppapersize [A3,landscape] diff --git a/doc/context/sources/general/manuals/lowlevel/lowlevel-conditionals.tex b/doc/context/sources/general/manuals/lowlevel/lowlevel-conditionals.tex index ff23d1909..632767c14 100644 --- a/doc/context/sources/general/manuals/lowlevel/lowlevel-conditionals.tex +++ b/doc/context/sources/general/manuals/lowlevel/lowlevel-conditionals.tex @@ -1419,3 +1419,15 @@ with \type {\ifcondition} (it has bitten me already a few times). \stopsubject \stopdocument + +% \def\foo{foo=bar} +% \def\oof{foo!bar} +% \scratchtoks{=} + +% \ifhasxtoks\scratchtoks{foo!bar} YES\else NOP\fi\par +% \ifhasxtoks\scratchtoks{foo=bar} YES\else NOP\fi\par + +% \showluatokens\foo + +% \ifhastoks\scratchtoks\oof YES\else NOP\fi\par +% \ifhastoks\scratchtoks\foo YES\else NOP\fi\par -- cgit v1.2.3