Re: [OS X TeX] trim pdf figures

Alan, thanks for this-I didn't know. Unfortunately I don't think ConTeXt includes this feature. But I will cross post to the ConTeXt list to see. Nigel

\usepackage is a LaTeX command that loads a LaTeX package and has nothing to do with ConTeXt at all. What do you like to achieve? Minimal working example! Grüßlis vom Hraban! --- http://www.fiee.net/texnique/

Taco Hoekwater wrote:
epstopdf.sty runs (attemps to run) the epstopdf executable 'inline'
First shot (even untested, sorry): \def\externalEPSfigure[#1]{% \immediate\write18{epstopdf #1}% \externalfigure[#1]% } How does a command make texexec/texutil invoke a command in case \write18 has not been enabled? regards, Christopher Creutzig

Christopher Creutzig wrote:
\expanded{\installprogram{pstopdf \appliedfigurefullname}} Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (5)
-
Christopher Creutzig
-
Hans Hagen
-
Henning Hraban Ramm
-
Nigel King
-
Taco Hoekwater