Directory macros/latex/contrib/pst-pdf
pst-pdf
A LaTeX package to integrate PostScript code into a PDF output. Load the testfiles 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
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>
For bug reports: https://github.com/rolfn/pst-pdf/issues
Rolf Niepraschk, 2016-06-23
Download the contents of this package in one zip archive (1.4M).
pst-pdf – Make PDF versions of graphics by processing between runs
The package pst-pdf simplifies the use of graphics from PSTricks and other PostScript code in PDF documents. As in building a bibliography with BibTeX, additional external programmes are invoked. In this case they are used to create a PDF file (\PDFcontainer) that will contain all the graphics material. In the final document these contents will be inserted instead of the original PostScript code.
The package works with pstricks and requires a recent version of the preview package.
Package | pst-pdf |
Home page | https://github.com/rolfn/pst-pdf |
Bug tracker | https://github.com/rolfn/pst-pdf/issues |
Repository | https://github.com/rolfn/pst-pdf |
Version | 1.2f |
Licenses | The LaTeX Project Public License 1.2 |
Copyright | 2004–2008 Rolf Niepraschk, Hubert Gäßlein 2008–2020 Rolf Niepraschk |
Maintainer | Hubert Gäßlein Rolf Niepraschk |
Contained in | TeX Live as pst-pdf MiKTeX as pst-pdf |
Topics | Graphics EPS/PDF |
See also | pdftricks |