From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/pst-pdf/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 macros/latex/contrib/pst-pdf/README.md (limited to 'macros/latex/contrib/pst-pdf/README.md') diff --git a/macros/latex/contrib/pst-pdf/README.md b/macros/latex/contrib/pst-pdf/README.md new file mode 100644 index 0000000000..f9150ab167 --- /dev/null +++ b/macros/latex/contrib/pst-pdf/README.md @@ -0,0 +1,24 @@ +# 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 +dvips -Ppdf -o -pics.ps .dvi +ps2pdf -dAutoRotatePages=/None -pics.ps -pics.pdf +pdflatex +``` +For bug reports: https://github.com/rolfn/pst-pdf/issues + +Rolf Niepraschk, 2016-06-23 + -- cgit v1.2.3