summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/epub/epub-mkiv-demo.tex
blob: b4b979874bb5a6409cf8ea101f3ecda5230a8b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43

% \usemodule[luacalls]

\usemodule[mathml]

\setupexternalfigures
  [location=default]

\setupbackend
  [export=yes]

\setupexport
  [svgstyle=mathtest-style,
   hyphen=yes,
   width=60em]

\setupbodyfont[pagella]

\definefloat[graphic][graphics][figure]

% \environment [mathtest-style]

\starttext

    \startsection[title=First]

        \startitemize
            \startitem one \stopitem
            \startitem two \stopitem
        \stopitemize

        \startplacefigure[title=First]
            \externalfigure[cow.pdf]
        \stopplacefigure

        \startplacegraphic[title=Second]
            \externalfigure[cow.pdf]
        \stopplacegraphic

        some math: \m{e=mc^2}

    \stopsection
\stoptext