diff options
Diffstat (limited to 'Master/texmf-dist/metapost/support/charlib/34')
-rw-r--r-- | Master/texmf-dist/metapost/support/charlib/34 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/metapost/support/charlib/34 b/Master/texmf-dist/metapost/support/charlib/34 new file mode 100644 index 00000000000..c6ab4cde7dd --- /dev/null +++ b/Master/texmf-dist/metapost/support/charlib/34 @@ -0,0 +1,9 @@ +vardef C.xxxiv(expr n) = + save s,t,p,q; + q=fontsize n; + def s=infont "Times" scaled(q/fontsize"Times"/2)enddef; + def t=shifted(xpart urcorner p,0)enddef; + picture p; p="3"s shifted(0,q/3); + addto p also char164 s scaled2 t; + addto p also "4"s t; + p enddef; |