AW: [metapost] label.rt(TEX("\tiny little label"), (0, 0)); does not work

Hartmut Henkel hartmut_henkel at gmx.de
Wed Dec 22 20:25:43 CET 2004


sorry it was wrong, must be:

vardef LATEX primary s =
  write "verbatimtex %&latex" to "mptextmp.mp";
  write "\documentclass{article}" to "mptextmp.mp";
  write "\begin{document} etex" to "mptextmp.mp";
  write "btex "&s&" etex" to "mptextmp.mp";
  write EOF to "mptextmp.mp";
  scantokens "input mptextmp"
enddef;

Regards, Hartmut



More information about the metapost mailing list