ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Using metapost stuff in ConTeXt
@ 2005-03-28 19:48 Gerben Wierda
  0 siblings, 0 replies; only message in thread
From: Gerben Wierda @ 2005-03-28 19:48 UTC (permalink / raw)


Suppose I have a .mp file foo.mp, which contains some shared 
definitions and two images:

beginfig(1);
% some stuff
endfig;

beginfig(0);
% some other stuff
endfig;

If I run mptopdf on this file I get foo-0.pdf and foo-1.pdf. And that 
works fine.

But can I somehow interface directly from within ConTeXt to these 
images without doing the mptopdf myself in a way that the ConTeXt tools 
maintain the mp->image process, that these images are only recreated 
when the .mp file has changed and not on every run?

Thanks,

G

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-28 19:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-28 19:48 Using metapost stuff in ConTeXt Gerben Wierda

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).