summaryrefslogtreecommitdiff
path: root/tex/context/test/mkiv/context-test.tex
blob: 3cf002baf246f5de32423430c59dafb130e9c82c (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
\starttext

\startmode[mkiv]

    \startluacode
        tex.sprint("hello")
    \stopluacode

    \startMPcode
        draw textext("hello") rotated 45 ;
    \stopMPcode

    \framed{hello}

\stopmode

\startnotmode[mkiv]

    \startMPcode
        draw textext("hello") rotated -45 ;
    \stopMPcode

    \framed{hello}

\stopnotmode

\stoptext