sample.tex /size: 372 b    last modification: 2020-07-01 14:35
1% this original file has been renamed to samples.tex and describes the
2% short quotes that can be used in test files
3
4\starttext
5
6see \type {samples.tex}
7
8\blank
9
10\startluacode
11    context("see \\type {samples.tex}")
12\stopluacode
13
14\blank
15
16\startMPcode
17    draw textext("see \type {samples.tex}") ;
18    draw boundingbox currentpicture enlarged 2pt ;
19\stopMPcode
20
21\stoptext
22