On 2012-01-20 Kip Warner <k...@thevertigo.com> wrote:

> So what does ConTeXt do when it typesets an \externalfigure?
> Does it always use inkscape, or only sometimes?

If the  image type is  supported by the TeX  engine (jpeg,
png, pdf, mps) it is directly included. SVG files inkscape
is  called to  convert  the  SVG to  PDF.  For EPS  images
ghostscript is used:

strace results:

execve("/usr/bin/gs", ["gs", "-q", "-sDEVICE=pdfwrite",
        "-dNOPAUSE", "-dNOCACHE", "-dBATCH",
        "-dAutoRotatePages=/None", "-dPDFSETTINGS=/prepress",
        "-dEPSCrop", "-sOutputFile=m_k_i_v_graph.pdf",
        "graph.eps", "-c", "quit"], [/* 55 vars */]) 

Marco


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

Reply via email to