You can get the contents of this directory bundled as a zip file.
| Identifier | Caption |
|---|---|
| pst-pdf | Make PDF versions of graphics by processing between runs. |
| Name | Size* | Date UTC | Notes |
|---|---|---|---|
| CHANGES | 5 KiB | 2008-Oct-09 | |
| CHANGES.tex | 1 KiB | 2008-Feb-24 | |
| Makefile | 4 KiB | 2008-Sep-10 | |
| README | 1 KiB | 2006-Jul-23 | Shown below |
| elephant.ps | 21 KiB | 2005-Feb-19 | |
| insect1.eps | 116 KiB | 2005-Mar-02 | |
| insect15.eps | 117 KiB | 2005-Mar-02 | |
| knuth.png | 14 KiB | 2005-Jan-28 | |
| penguin.eps | 223 KiB | 2005-Feb-21 | |
| ps4pdf | 4 KiB | 2008-Aug-04 | |
| ps4pdf.bat | 2 KiB | 2008-May-02 | |
| ps4pdf.bat.noMiKTeX | 2 KiB | 2008-May-02 | |
| ps4pdf.bat.w95 | 227 bytes | 2008-May-02 | |
| psf-demo.eps | 13 KiB | 2005-Mar-26 | |
| pst-pdf-DE.pdf | 481 KiB | 2008-Oct-09 | |
| pst-pdf.dtx | 71 KiB | 2008-Oct-09 | |
| pst-pdf.ins | 2 KiB | 2008-Sep-09 | |
| pst-pdf.pdf | 490 KiB | 2008-Oct-09 |
*File sizes in kibibytes.
pst-pdf.sty
A LaTeX package to integrate PostScript code into a PDF output.
Load the testfile pst-pdf-example.tex and run it with the shell script
ps4pdf pst-pdf-example.tex
it produces the output file pst-pdf-example.pdf. Be sure that the script is
executable.
pst-pdf.sty -> $TEXMF-LOCAL
ps4pdf -> /usr/local/bin
the shell script for running latex->dvips->ps2pdf->pdflatex
without a shell script, run
latex <file>
dvips -Ppdf -o <file>-pics.ps <file>.dvi
ps2pdf -dAutoRotatePages=/None <file>-pics.ps <file>-pics.pdf
pdflatex <file>
Rolf Niepraschk, 2006-07-23