s-math-parameters.mkiv /size: 969 b    last modification: 2020-07-01 14:35
1%D \module
2%D   [      file=s-math-parameters.mkiv,
3%D        version=2012.12.05,
4%D          title=\CONTEXT\ Style File,
5%D       subtitle=Show Math Parameters,
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-parameters]
15
16\registerctxluafile{s-math-parameters}{}
17
18\installmodulecommandluasingle \showmathspacing    {moduledata.math.parameters.showspacing}
19\installmodulecommandluasingle \showmathparameters {moduledata.math.parameters.showparameters}
20
21\stopmodule
22
23\continueifinputfile{s-math-parameters.mkiv}
24
25\setuplayout
26  [width=middle,
27   height=middle,
28   backspace=1cm,
29   topspace=1cm,
30   footer=0pt,
31   header=0pt]
32
33\setupbodyfont
34  [dejavu,8pt]
35
36\starttext
37
38    \showmathspacing    \page
39    \showmathparameters \page
40
41\stoptext
42