25 Oct
2009
25 Oct
'09
3:54 p.m.
On Sun, Oct 25, 2009 at 4:54 PM, Hans Hagen
luigi scarso wrote:
I'm experimenting with luatex-plain in minimals, cfr.
label(textext("Foo"),(0bp,0bp));
textext is a mkiv feature not a metafun macro ?
Anyway, this also doesn't work %luatex-test-wrong.tex \pdfoutput=1 \setmplibformat{metafun} \mplibcode beginfig(1) ; draw fullcircle scaled 10cm withcolor red withpen pencircle xscaled 4mm yscaled 2mm rotated 30 ; label(btex Foo etex,(0bp,0bp)); endfig ; \endmplibcode \end -- luigi