On 5/19/22 1:53 PM Vincent Hennebert via ntg-context wrote: > Looking at the wiki, it seems that \startMPinclusions is not meant to > actually render any content, just to include MetaPost code like > function definitions. I guess I would have expected \startMPpage > instead. > > Am I doing something wrong, or is that an error in ConTeXt?
The MP statements should be inside a beginfig() .. endfig. With metapost.mp containing – beginfig(); draw fullcircle scaled 10cm; endfig; the temporary file from mptopdf will have (\start...\stop)MPpage as required. Sreeram ___________________________________________________________________________________ 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________