ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* luatex-plain & metapost
@ 2009-10-23 12:36 luigi scarso
  2009-10-25 14:54 ` Hans Hagen
  0 siblings, 1 reply; 13+ messages in thread
From: luigi scarso @ 2009-10-23 12:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I'm experimenting with
luatex-plain in minimals, cfr.
minimals/tex/texmf-context/tex/generic/context

All examples are compiled with

$> luatex  --fmt=luatex-plain.fmt luatex-test.tex

luatex-plain.fmt is build with

$>luatex --ini luatex-plain.tex


This is ok:
%luatex-test.tex
\pdfoutput=1
\setmplibformat{metafun}
\mplibcode
    beginfig(1) ;
        draw fullcircle
            scaled 10cm
            withcolor red
            withpen pencircle xscaled 4mm yscaled 2mm rotated 30 ;
        label("Foo",(0bp,0bp));
    endfig ;
\endmplibcode
\end

This is wrong:
%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(textext("Foo"),(0bp,0bp));
    endfig ;
\endmplibcode
\end

Any ideas ?
-- 
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-10-26 16:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-23 12:36 luatex-plain & metapost luigi scarso
2009-10-25 14:54 ` Hans Hagen
2009-10-25 15:54   ` luigi scarso
2009-10-25 16:30     ` Hans Hagen
2009-10-25 21:59       ` luigi scarso
2009-10-26  7:08         ` Taco Hoekwater
2009-10-26  8:41           ` luigi scarso
2009-10-26  8:47             ` Taco Hoekwater
2009-10-26  8:51               ` luigi scarso
2009-10-26  8:59                 ` Taco Hoekwater
2009-10-26  9:03                   ` luigi scarso
2009-10-26 16:42                     ` Dohyun Kim
2009-10-26  8:53             ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).