pi-speed-5.tex /size: 229 b    last modification: 2020-07-01 14:35
1\setupbodyfont[pagella]
2
3\starttext
4
5\dorecurse {100} {
6  \input ward \par
7  \dorecurse{100} {
8    \dontleavehmode
9    {\green this is green}
10    {\red \smallcaps this is red}
11    {\blue \bf this is blue}
12  }
13  \par
14}
15
16\stoptext
17