Re: [OS X TeX] trim pdf figures
(I wish there was a way to command the epstopdf bit from within Mathematica to automate the process further.)
I don't know anything about ConTeXt, but does \usepackage{epstopdf} work? (Or something similar?) You then don't need to worry about explicitly converting all the eps files, it's automated within the TeX process.
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
I don't know anything about ConTeXt, but does \usepackage{epstopdf} work? (Or something similar?) You then don't need to worry about explicitly converting all the eps files, it's automated within the TeX process. 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.
\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/
epstopdf.sty runs (attemps to run) the epstopdf executable 'inline' On Thu, 8 Jul 2004 11:24:14 +0200, Henning wrote:
I don't know anything about ConTeXt, but does \usepackage{epstopdf} work? (Or something similar?) You then don't need to worry about explicitly converting all the eps files, it's automated within the TeX process. 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.
\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/
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
-- groeten, Taco
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:
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?
\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