summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pst2pdf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-30 00:05:00 +0000
committerKarl Berry <karl@freefriends.org>2008-09-30 00:05:00 +0000
commitadd0cf86e889459ca041543cfe8e6c816f3e50f0 (patch)
treebbdfaf8e4119d7145c179afaf76c2d82bc25bfb1 /Master/texmf-dist/doc/latex/pst2pdf
parente14e96a83ce2d29edd484a88a37ba24553afa0b5 (diff)
pst2pdf update (29sep08)
git-svn-id: svn://tug.org/texlive/trunk@10791 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst2pdf')
-rw-r--r--Master/texmf-dist/doc/latex/pst2pdf/Changes4
-rw-r--r--Master/texmf-dist/doc/latex/pst2pdf/README20
2 files changed, 18 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/pst2pdf/Changes b/Master/texmf-dist/doc/latex/pst2pdf/Changes
index 499e84e9dbd..6af46dd9dc9 100644
--- a/Master/texmf-dist/doc/latex/pst2pdf/Changes
+++ b/Master/texmf-dist/doc/latex/pst2pdf/Changes
@@ -1,4 +1,6 @@
-PST2pdf.pl --------
+pst2pdf.pl --------
+0.07 2008-09-29 - fix bug with \begin{postscript} and following
+ pspicture environment
0.06 2007-08-28 - fix bug with \begin{pspicture} and \pspicture
0.05 2007-07-05 - allow different extensions for the source file
e.g. tex, ltx
diff --git a/Master/texmf-dist/doc/latex/pst2pdf/README b/Master/texmf-dist/doc/latex/pst2pdf/README
index 0379a4c4b0d..72245360022 100644
--- a/Master/texmf-dist/doc/latex/pst2pdf/README
+++ b/Master/texmf-dist/doc/latex/pst2pdf/README
@@ -1,13 +1,13 @@
-PST2pdf is a Perl script which isolates all PostScript or
+pst2pdf is a Perl script which isolates all PostScript or
PSTricks related parts of the TeX document into single
LaTeX files, for which an eps and pdf image is created.
The pdf ones are then imported in a last pdflatex run
for the pdf output of the main document. The eps and
pdf files are saved in a subdirectory images.
-Syntax: PST2pdf.pl &lt;file&gt;.tex
+Syntax: pst2pdf.pl &lt;file&gt;.tex [options]
-alternative: perl PST2pdf.pl &lt;file&gt;.tex
+alternative: perl pst2pdf.pl &lt;file&gt;.tex [options]
Some restrictions:
@@ -27,9 +27,19 @@ The postscript environment should be used for all other
PostScript related commands, which are not part of
a pspicture environment, e.g. nodes inside normal text.
-PST2pdf creates a document &lt;file&gt;-pdf.tex for use with
+pst2pdf creates a document &lt;file&gt;-pdf.tex for use with
pdflatex, which then creates &lt;file&gt;-pdf.pdf. The created
images are named &lt;file&gt;-tmp-&lt;No&gt;.pdf
+Options:
+--imageDir=&lt;path&gt;
+--Iext=&lt;.ext&gt;
+--DPI=&lt;int&gt;
+--Iscale=&lt;real&gt;
+--tempDir=&lt;dir&gt;
+--verbose
+--clear
+--noImages
+
--
-Herbert Voss 2007-07-04
+Herbert Voss 2008-09-24