diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst2pdf/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst2pdf/README | 39 |
1 files changed, 22 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/pst2pdf/README b/Master/texmf-dist/doc/latex/pst2pdf/README index 62bc39fa882..75ca92173dd 100644 --- a/Master/texmf-dist/doc/latex/pst2pdf/README +++ b/Master/texmf-dist/doc/latex/pst2pdf/README @@ -33,23 +33,28 @@ pdflatex, which then creates file-pdf.pdf. The created 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) +Options: + -h,--help - display this help and exit + -l,--license - display license information and exit + -v,--version - display version (current $nv) and exit + -d,--dpi=<int> - the dots per inch for images (default 300) + -j,--jpg - create .jpg files (need Ghostscript) + -p,--png - create .png files (need Ghostscript) + -e,--eps - create .eps files (need pdftops) + -s,--svg - create .svg files (need pdf2svg) + -P,--ppm - create .ppm files (need pdftoppm) + -a,--all - create .(pdf,eps,jpg,png,ppm,svg) images + -c,--clear - delete all temp and aux files + -x,--xetex - using (Xe)LaTeX for create images + -m,--margins=<int> - margins for pdfcrop (in bp) (default 1) + -ni,--noimages - generate file-pdf.tex, but not images + -np,--single - create images files whitout preview and Ghostscript + -ns,--nosource - delete all source(.tex) for images files + --imgdir=<string> - the folder for the created images (default images) + --ignore=<string> - skip other verbatim environment (default other) + --bibtex - run bibtex on the aux file, if exists + --biber - run biber on the bcf file, if exists + --Verbose - creates a long log file (.plog) for more documentation => pst2pdf --help or read the documentation -- |