diff options
author | Karl Berry <karl@freefriends.org> | 2007-11-22 19:06:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-11-22 19:06:39 +0000 |
commit | 284aa701318ea975cf01c9c411a2d05751ec2352 (patch) | |
tree | 077b8af4d4a8ab0508a949350b1a7ddf6b5cc1ca /Master/texmf-dist/doc/latex/auto-pst-pdf/README | |
parent | 424b6f42f4043d1047225e54e66dd2abad486f0b (diff) |
auto-pst-pdf update (21nov07)
git-svn-id: svn://tug.org/texlive/trunk@5558 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/auto-pst-pdf/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/auto-pst-pdf/README | 64 |
1 files changed, 24 insertions, 40 deletions
diff --git a/Master/texmf-dist/doc/latex/auto-pst-pdf/README b/Master/texmf-dist/doc/latex/auto-pst-pdf/README index 13c7875acf2..e252bcd5796 100644 --- a/Master/texmf-dist/doc/latex/auto-pst-pdf/README +++ b/Master/texmf-dist/doc/latex/auto-pst-pdf/README @@ -1,40 +1,24 @@ -____________
-AUTO-PST-PDF
-
-BASIC USAGE
-This package provides a wrapper around pst-pdf to automatically
-accomodate for typesetting either with DVI or PDF output. With
-default package option [on], typesetting under pdfLaTeX will
-automatically initiate a LaTeX->dvips->ps2pdf->pdfcrop run to
-generate the required PDF figures for the document.
-
-After this has been done and the figures no longer need to be
-re-generated, the package can be given the [off] option to save
-compilation time.
-
-REQUIREMENTS
-pdfTeX must be called with the --shell-escape option, and Heiko
-Oberdiek's pdfcrop Perl script must be installed.
-
-Loads the following packages for convenience:
- color,graphicx,psfrag,pst-pdf
-
-Requires e-TeX because I'm lazy.
-
-ADDITIONAL USAGE
-Macros are provided to easily facilitate figures created by the
-MATLAB package laprint and the Mathematica package MathPSfrag. Also,
-a generic psfrag wrapper is provided.
-
- \mathfig{<filename>} - insert a Mathematica graphic
- (without -psfrag suffix)
- \matlabfig{<filename>} - insert a Matlab graphic
- \psfragfig{<filename>} - insert an EPS with psfrag statements
- in either or both of the files
- <document>-psfrag.tex
- <filename>-psfrag.tex
-
-The above commands also accept an optional argument
-which is passed to \includegraphics.
-_________________________
-Will Robertson, Nov. 2006
\ No newline at end of file +________________________ +The auto-pst-pdf package +v0.4 2007/11/18 + +The package uses -shell-escape to execute pst-pdf. +This makes it especially easy to integrate into the +workflow of an editor with just "LaTeX" and "pdfLaTeX" +buttons. + +Wrappers are provided for various psfrag-related +features so that Matlab figures via laprint, Mathematica +figures via MathPSfrag, and regular psfrag figures can +all be input consistently and easily. + +v0.4 adds options to change the commandline flags +passed to the auxiliary programs, improves robustness +and flexibility, and simplifies the output from using +the package. + +Will Robertson - wspr 81 at gmail dot com +Johannes Große + +Copyright 2007 +Distributed under the LaTeX Project Public License |