summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-pdf/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-pdf/README')
-rw-r--r--Master/texmf-dist/doc/generic/pst-pdf/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-pdf/README b/Master/texmf-dist/doc/generic/pst-pdf/README
new file mode 100644
index 00000000000..1c7fb2251b1
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-pdf/README
@@ -0,0 +1,22 @@
+pst-pdf.sty
+A package to integrate PostScript code into a PDF output.
+Load the testfile test.tex and run it with the shell script.
+
+ps4pdf test
+
+(without extension) it produces the output file test.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>
+