summaryrefslogtreecommitdiff
path: root/tex/context/modules/mkiv/s-system-tokens.mkxl
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-06-11 22:30:31 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-06-11 22:30:31 +0200
commit8fb5c26bd2f15104a6db9945299d3ca2c75db2d6 (patch)
tree5a71acac6d1361cf98ec47ce966cffe5ca4be9b9 /tex/context/modules/mkiv/s-system-tokens.mkxl
parent0226b596b39ea5d055dc37ea0609b67b64fe3d75 (diff)
downloadcontext-8fb5c26bd2f15104a6db9945299d3ca2c75db2d6.tar.gz
2020-06-11 21:29:00
Diffstat (limited to 'tex/context/modules/mkiv/s-system-tokens.mkxl')
-rw-r--r--tex/context/modules/mkiv/s-system-tokens.mkxl36
1 files changed, 36 insertions, 0 deletions
diff --git a/tex/context/modules/mkiv/s-system-tokens.mkxl b/tex/context/modules/mkiv/s-system-tokens.mkxl
new file mode 100644
index 000000000..e33b11a70
--- /dev/null
+++ b/tex/context/modules/mkiv/s-system-tokens.mkxl
@@ -0,0 +1,36 @@
+%D \module
+%D [ file=s-system-tokens.mkxl,
+%D version=2020.06.02,
+%D title=\CONTEXT\ Style File,
+%D subtitle=System Tokens Checking,
+%D author=Hans Hagen,
+%D date=\currentdate,
+%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
+%C
+%C This module is part of the \CONTEXT\ macro||package and is
+%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
+%C details.
+
+\startmodule[system-tokens]
+
+\registerctxluafile{s-system-tokens}{}
+
+\unexpanded\def\showsystemtokens
+ {\ctxlua{moduledata.system.tokens.showlist()}}
+
+\stopmodule
+
+\continueifinputfile{s-system-tokens.mkxl}
+
+\usemodule[article-basic]
+
+\setuppapersize[A4,landscape]
+
+\setuplayout[tight]
+
+\setupbodyfont[8pt]
+
+\starttext
+ \showsystemtokens
+\stoptext
+