epub-mkiv-demo.tex /size: 716 b    last modification: 2023-12-21 09:43
1% \usemodule[luacalls]
2
3\usemodule[mathml]
4
5\setupexternalfigures
6  [location=default]
7
8\setupbackend
9  [export=yes]
10
11\setupexport
12  [svgstyle=mathtest-style,
13   hyphen=yes,
14   width=60em]
15
16\setupbodyfont[pagella]
17
18\definefloat[graphic][graphics][figure]
19
20% \environment [mathtest-style]
21
22\starttext
23
24    \startsection[title=First]
25
26        \startitemize
27            \startitem one \stopitem
28            \startitem two \stopitem
29        \stopitemize
30
31        \startplacefigure[title=First]
32            \externalfigure[cow.pdf]
33        \stopplacefigure
34
35        \startplacegraphic[title=Second]
36            \externalfigure[cow.pdf]
37        \stopplacegraphic
38
39        some math: \m{e=mc^2}
40
41    \stopsection
42\stoptext
43