Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/lib/texmf/metapost/support/charlib/14

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


vardef C.xiv(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="1"s shifted(0,q/3);
 addto p also char164 s scaled2 t;
 addto p also "4"s t;
 p enddef;

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.