diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst2pdf/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst2pdf/README | 20 |
1 files changed, 15 insertions, 5 deletions
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 <file>.tex +Syntax: pst2pdf.pl <file>.tex [options] -alternative: perl PST2pdf.pl <file>.tex +alternative: perl pst2pdf.pl <file>.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 <file>-pdf.tex for use with +pst2pdf creates a document <file>-pdf.tex for use with pdflatex, which then creates <file>-pdf.pdf. The created images are named <file>-tmp-<No>.pdf +Options: +--imageDir=<path> +--Iext=<.ext> +--DPI=<int> +--Iscale=<real> +--tempDir=<dir> +--verbose +--clear +--noImages + -- -Herbert Voss 2007-07-04 +Herbert Voss 2008-09-24 |