summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metapost/support/charlib/twiddle
blob: 11765cb7a98e0ea791ebff5c2c5e49bf3dd17c04 (plain)
1
2
3
4
5
vardef C.~eq(expr n) =
 save p;
 picture p; p="~"infont n;
 addto p also "-"infont n shifted(0,-.15*fontsize n);
 p enddef;