summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/about/pi-speed-5.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/context/sources/general/manuals/about/pi-speed-5.tex')
-rw-r--r--doc/context/sources/general/manuals/about/pi-speed-5.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/context/sources/general/manuals/about/pi-speed-5.tex b/doc/context/sources/general/manuals/about/pi-speed-5.tex
new file mode 100644
index 000000000..2417e00c3
--- /dev/null
+++ b/doc/context/sources/general/manuals/about/pi-speed-5.tex
@@ -0,0 +1,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