diff options
Diffstat (limited to 'tex/context/test/context-test.tex')
-rw-r--r-- | tex/context/test/context-test.tex | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tex/context/test/context-test.tex b/tex/context/test/context-test.tex new file mode 100644 index 000000000..3cf002baf --- /dev/null +++ b/tex/context/test/context-test.tex @@ -0,0 +1,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 |