s-math-parameters.mkiv /size: 992 b    last modification: 2025-02-21 11:03
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\continuewhenmkivmode
15
16\startmodule[math-parameters]
17
18\registerctxluafile{s-math-parameters}{}
19
20\installmodulecommandluasingle \showmathspacing    {moduledata.math.parameters.showspacing}
21\installmodulecommandluasingle \showmathparameters {moduledata.math.parameters.showparameters}
22
23\stopmodule
24
25\continueifinputfile{s-math-parameters.mkiv}
26
27\setuplayout
28  [width=middle,
29   height=middle,
30   backspace=1cm,
31   topspace=1cm,
32   footer=0pt,
33   header=0pt]
34
35\setupbodyfont
36  [dejavu,8pt]
37
38\starttext
39
40    \showmathspacing    \page
41    \showmathparameters \page
42
43\stoptext
44