summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/about/pi-speed-5.tex
blob: 2417e00c326e6daf113b67209354b84c5db8baae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\setupbodyfont[pagella]

\starttext

\dorecurse {100} {
  \input ward \par
  \dorecurse{100} {
    \dontleavehmode
    {\green this is green}
    {\red \smallcaps this is red}
    {\blue \bf this is blue}
  }
  \par
}

\stoptext