summaryrefslogtreecommitdiff
path: root/tex/context/modules/mkiv/s-system-tokens.mkxl
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-09-15 19:16:53 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-09-15 19:16:53 +0200
commite7dc9c1fc474fa15a2cbc34d8f543518f5853361 (patch)
tree203dc5620b0ac92b72f37c30de1cbe90e18823a3 /tex/context/modules/mkiv/s-system-tokens.mkxl
parent03f6d43b4a5036b4cbb7e4df56db7217717bdadd (diff)
downloadcontext-e7dc9c1fc474fa15a2cbc34d8f543518f5853361.tar.gz
2020-09-15 18:10:00
Diffstat (limited to 'tex/context/modules/mkiv/s-system-tokens.mkxl')
-rw-r--r--tex/context/modules/mkiv/s-system-tokens.mkxl25
1 files changed, 25 insertions, 0 deletions
diff --git a/tex/context/modules/mkiv/s-system-tokens.mkxl b/tex/context/modules/mkiv/s-system-tokens.mkxl
index fd16bade6..3b32b0627 100644
--- a/tex/context/modules/mkiv/s-system-tokens.mkxl
+++ b/tex/context/modules/mkiv/s-system-tokens.mkxl
@@ -56,5 +56,30 @@
\stoptabulate
\stopcolumns
+ \page
+
+ Here is a typeset table of \type {\startframed} using \type {\luatokentable\startframed}:
+
+ \luatokentable\startframed
+
+ which calls \type {\pack_framed_start_framed} where \type {\luatokentable\pack_framed_start_framed} gives:
+
+
+ \unprotect
+ \luatokentable\pack_framed_start_framed
+ \protect
+
+ So you can guess what generates this:
+
+ \unprotect
+ \luatokentable\pack_framed_start_framed_nop
+ \protect
+
+ And this:
+
+ \unprotect
+ \luatokentable\pack_framed_start_framed_yes
+ \protect
+
\stoptext