[OS X TeX] Rotated Figures Again.
Peter Dyballa
Peter_Dyballa at Web.DE
Mon Aug 15 17:10:53 EDT 2005
Am 15.08.2005 um 21:59 schrieb Herbert Schulz:
> Is there a way to have altpdftex (called when tex+ghostscript is
> invoked) pass that option to ps2pdf13? I'd like to give this person a
> solution to his problem.
>
Yes, there is! At least in the version I am using. For me altpdf(la)tex
is a symlink to simpdftex, version 2.18.
The argument would be: ``--distiller "pdf2pdf13
-dAutoRotatePages=/None"´´ -- but: the script then uses the string
'pdf2pdf13 -dAutoRotatePages=/None' as programme name, and so it fails.
A workaround would be a little script with this contents:
#!/bin/sh
ps2pdf13 -dAutoRotatePages=/None "$@"
and passing this script's name as the argument for the --distiller
option. Don't forget 'chmod 755 <script>'!
As Gerben probably reads this list I think he'll provide an option to
pass arguments to the distiller programme ...
--
Greetings
Pete
Never be led astray onto the path of virtue.
--------------------- 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 Post: <mailto:MacOSX-TeX at email.esm.psu.edu>
More information about the MacOSX-TeX
mailing list