s-math-coverage.mkiv /size: 1213 b    last modification: 2020-07-01 14:35
1%D \module
2%D   [      file=s-math-coverage, % s-fnt-33, s-fnt-32
3%D        version=2011.05.10, % and older
4%D          title=\CONTEXT\ Style File,
5%D       subtitle=Show Math Coverage,
6%D         author=Hans Hagen,
7%D           date=\currentdate,
8%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
9%C
10%C This module is part of the \CONTEXT\ macro||package and is
11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
12%C details.
13
14\startmodule[math-coverage]
15
16\registerctxluafile{s-math-coverage}{}
17
18\installmodulecommandluasingle \showmathalphabets {moduledata.math.coverage.showalphabets}
19\installmodulecommandluasingle \showmathcharacters{moduledata.math.coverage.showcharacters}
20\installmodulecommandluasingle \showmathscripts   {moduledata.math.coverage.showscripts}
21\installmodulecommandluasingle \showmathbold      {moduledata.math.coverage.showbold}
22\installmodulecommandluasingle \showmathentities  {moduledata.math.coverage.showentities}
23
24\stopmodule
25
26\continueifinputfile{s-math-coverage.mkiv}
27
28\usemodule[art-01]
29
30\starttext
31
32    \showmathalphabets  \page
33    \showmathcharacters \page
34    \showmathscripts    \page
35    \showmathbold       \page
36    \showmathentities   \page
37
38\stoptext
39