From 72fe30250be6a30aae7bca2a44205650cda824c0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 22 Dec 2006 23:29:09 +0000 Subject: new package auto-pst-pdf (28nov06) git-svn-id: svn://tug.org/texlive/trunk@2854 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/auto-pst-pdf/README | 40 +++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/auto-pst-pdf/README (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/auto-pst-pdf/README b/Master/texmf-dist/doc/latex/auto-pst-pdf/README new file mode 100644 index 00000000000..13c7875acf2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/auto-pst-pdf/README @@ -0,0 +1,40 @@ +____________ +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{} - insert a Mathematica graphic + (without -psfrag suffix) + \matlabfig{} - insert a Matlab graphic + \psfragfig{} - insert an EPS with psfrag statements + in either or both of the files + -psfrag.tex + -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 -- cgit v1.2.3