More files!

This commit is contained in:
rsc 2004-05-15 23:45:13 +00:00
parent 36a9115fcb
commit 13f7391e4a
213 changed files with 54952 additions and 0 deletions

View file

@ -0,0 +1,18 @@
/build_12 {
pop
/optsize ptsize def
/osize size def
/ofont font def
optsize 2 div dup R exch R f
0 size 2 mul 3 div dup neg exch 0 exch rmoveto
(1) show
rmoveto
optsize R f
(\244) show
f
(2) show
optsize ofont f
} def