[OS X TeX] Rotated pstricks picts
McGarry Vince
vmcgarry at austin.rr.com
Mon Jan 16 11:49:23 EST 2006
Hi Herb,
My script was different, but I'm not certain how or when that
happened. This fixes it. Thanks.
Vince
On Jan 16, 2006, at 10:24 AM, Herbert Schulz wrote:
> #!/bin/sh
> basefname=$(basename "$1" .tex)
> # process the figures
> latex --shell-escape "$1"
> dvips -Ppdf -o "${basefname}-pics.ps" "${basefname}.dvi"
> ps2pdf13 -dAutoRotatePages=/None "${basefname}-pics.ps" "$
> {basefname}-pics.pdf"
> pdfcrop "${basefname}-pics.pdf"
> /bin/mv "${basefname}-pics-crop.pdf" "${basefname}-pics.pdf"
> /bin/rm "${basefname}-pics.ps" "${basefname}.dvi"
> #process the file
> pdflatex --shell-escape "$1"
------------------------- 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 MacOSX-TeX
mailing list