diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst2pdf/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst2pdf/README | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/pst2pdf/README b/Master/texmf-dist/doc/latex/pst2pdf/README index 37db62ada72..1b488d664b0 100644 --- a/Master/texmf-dist/doc/latex/pst2pdf/README +++ b/Master/texmf-dist/doc/latex/pst2pdf/README @@ -6,9 +6,9 @@ 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] [options] +Syntax: pst2pdf.pl file[.tex] [-options] -alternative: perl pst2pdf.pl file[.tex] [options] +alternative: perl pst2pdf.pl file[.tex] [-options] Some restrictions: @@ -30,22 +30,10 @@ a pspicture environment, e.g. nodes inside normal text. 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 ---runBibtex ---runBiber - -for more documentation => perldoc pst2pdf or read the documentation +images are named file-pst-<No>.pdf + +for more documentation => pst2pdf --help or read the documentation -- Herbert Voss 2010-01-04 -</pre>
\ No newline at end of file +</pre> |