diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-15 23:20:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-15 23:20:24 +0000 |
commit | 6486ac961b9d7d4428f198b5e88e33c9f459d85f (patch) | |
tree | 2bfed077e080e0950d0f740898312f0fb7fab89d /Master/texmf-dist/doc/latex/pst-pdf/README.md | |
parent | 8a661bd44c6de731f0ac566a5edb8782eddb3461 (diff) |
pst-pdf (15jul16)
git-svn-id: svn://tug.org/texlive/trunk@41710 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst-pdf/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-pdf/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pst-pdf/README.md b/Master/texmf-dist/doc/latex/pst-pdf/README.md new file mode 100644 index 00000000000..f9150ab1671 --- /dev/null +++ b/Master/texmf-dist/doc/latex/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 <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 + |