[OS X TeX] epstopdf

Jung-Tsung Shen jushen at gmail.com
Thu Sep 29 17:05:59 CEST 2005


Might be a bit OT: I wrote an Applescript in conjunction with
Automator to copy files to some directory. To help me remember where
to copy to, I name the Applescript the path of the directory:
dir1/dir2/dir3/dir4. When I invoke the script, what shows up on the
menu bar (supposed to be the file name) is dir1:dir2:dir3:dir4.

JT

On 9/29/05, Chris Goedde <cgoedde at condor.depaul.edu> wrote:
> On Sep 28, 2005, at 5:12 PM, Piet van Oostrum wrote:
>
> > A simple change in epstopdf can cure this:
> >
> > Replace the lines:
> >
> >   my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS
> > -dAutoRotatePages=/None" .
> >           " -sOutputFile=$OutputFilename - -c quit";
> > with:
> >
> >   $OutputFilename =~ s/'/'"'"'/g;
> >   my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS
> > -dAutoRotatePages=/None" .
> >           " -sOutputFile='$OutputFilename' - -c quit";
>
> Since this is such an easy fix, what's the best way to see that this
> gets put into future releases? Is Thomas Esser the right person to send
> this to? Gerben, have you been following this thread? It's not obvious
> to me which TeX distributions contain epstopdf, teTeX, TeXLive, etc?
>
> Chris
>
> ------------------------- Info --------------------------
> Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
>           & FAQ: http://latex.yauh.de/faq/
> TeX FAQ: http://www.tex.ac.uk/faq
> List Archive: http://tug.org/pipermail/macostex-archives/
>
>
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the macostex-archives mailing list