diff options
author | Karl Berry <karl@freefriends.org> | 2013-07-06 21:46:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-07-06 21:46:50 +0000 |
commit | c1b826d7ea445481132bbc36bf68b152bf5e1091 (patch) | |
tree | 9266a555fd14e21a5e0bdafc8b48f35624cfd876 /Master/texmf-dist/doc/latex/pst2pdf/README | |
parent | 832b5ce3848de5ca76c493570fc066f450ec8011 (diff) |
pst2pdf (6jul13)
git-svn-id: svn://tug.org/texlive/trunk@31118 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst2pdf/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst2pdf/README | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/pst2pdf/README b/Master/texmf-dist/doc/latex/pst2pdf/README index 1b488d664b0..62bc39fa882 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,10 +30,28 @@ 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-pst-<No>.pdf +images are named file-fig-<No>.pdf + +Options: + -h,-help - display this help and exit + -l,-license - display license information and exit + -imageDir - the dir for the created images (default images) + -d,-DPI=<int> - the dots per inch for a cretaed ppm files (default 75) + -j,-jpg - create .jpg files (need pdftoppm and ImageMagick) + -p,-png - create .png files (need pdftoppm and ImageMagick) + -e,-eps - create .eps files (need pdftops) + -Iscale=<real> - the value for [scale=] in \\includegraphics + -noImages - generate file-pdf.tex, but not images + -v,-verbose - creates log file (.plog) + -c,-clear - delete all tmp files + -runBibTeX - run bibtex on the aux file, if exists + -runBiber - run biber on the bcf file, if exists + -s,-single - create images whitout pdftk + -a,-all - create all image type and images.tex + -x,-xetex - using (Xe)LaTeX for compilation + -PS2=<opt> - pass options to ps2pdf (default empty) for more documentation => pst2pdf --help or read the documentation - -- Herbert Voss 2010-01-04 </pre> |