On 2022-06-01 8:00 p.m., Stefan Nedeljkovic wrote:
Thank you very much Max! It works indeed! One more question. How would I import the eps file back into MPpage, so I could do trickery with text.

Convert the PostScript file into PDF with either "ps2pdf" or GhostScript, then you can import the file with "externalfigure":

    \startMPpage
        draw externalfigure "belgrade_gm.pdf";
        draw textext.top("One") shifted (264.352, 116.362);
        draw textext.top("Two") shifted (306.821, 186.907);
    \stopMPpage

-- Max
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to