summaryrefslogtreecommitdiff
path: root/tex/context/sample/sample.tex
blob: ef31153a1121b1bf86c63a4a3930ccff8016ff22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% this original file has been renamed to samples.tex and describes the
% short quotes that can be used in test files

\starttext

see \type {samples.tex}

\blank

\startluacode
    context("see \\type {samples.tex}")
\stopluacode

\blank

\startMPcode
    draw textext("see \type {samples.tex}") ;
    draw boundingbox currentpicture enlarged 2pt ;
\stopMPcode

\stoptext