summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-03-18 23:00:45 +0000
committerKarl Berry <karl@freefriends.org>2008-03-18 23:00:45 +0000
commitf72496530038975ab17ea1bef0d912ed2ad585f1 (patch)
treedd0057defd11868f6cf0bbeee232d222119773e1 /Master/texmf-dist/doc
parentd0aa043c2500e3a3ef7515f204476313f6fb8cf8 (diff)
auto-pst-pdf update (18mar08)
git-svn-id: svn://tug.org/texlive/trunk@7014 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/auto-pst-pdf/README7
-rw-r--r--Master/texmf-dist/doc/latex/auto-pst-pdf/auto-pst-pdf.pdfbin139538 -> 143161 bytes
-rw-r--r--Master/texmf-dist/doc/latex/auto-pst-pdf/example.tex5
3 files changed, 5 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/auto-pst-pdf/README b/Master/texmf-dist/doc/latex/auto-pst-pdf/README
index e252bcd5796..011b16d84a7 100644
--- a/Master/texmf-dist/doc/latex/auto-pst-pdf/README
+++ b/Master/texmf-dist/doc/latex/auto-pst-pdf/README
@@ -1,6 +1,6 @@
________________________
The auto-pst-pdf package
-v0.4 2007/11/18
+v0.5 2008/03/14
The package uses -shell-escape to execute pst-pdf.
This makes it especially easy to integrate into the
@@ -12,11 +12,6 @@ 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
diff --git a/Master/texmf-dist/doc/latex/auto-pst-pdf/auto-pst-pdf.pdf b/Master/texmf-dist/doc/latex/auto-pst-pdf/auto-pst-pdf.pdf
index 2f92697b59f..dcae284b64c 100644
--- a/Master/texmf-dist/doc/latex/auto-pst-pdf/auto-pst-pdf.pdf
+++ b/Master/texmf-dist/doc/latex/auto-pst-pdf/auto-pst-pdf.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/auto-pst-pdf/example.tex b/Master/texmf-dist/doc/latex/auto-pst-pdf/example.tex
index 7449e1cf9d2..76fd385d6e9 100644
--- a/Master/texmf-dist/doc/latex/auto-pst-pdf/example.tex
+++ b/Master/texmf-dist/doc/latex/auto-pst-pdf/example.tex
@@ -2,5 +2,8 @@
\usepackage{psfrag}
\usepackage[latex={-interaction=nonstopmode}]{auto-pst-pdf}
\begin{document}
-\fbox{\psfragfig{example}}
+psfrag example with replacements defined in example-psfrag.tex:\par
+\fbox{\psfragfig{example}}\par
+the same example with a psfrag override:\par
+\fbox{\psfragfig{example}[\psfrag{[Mp]}{$M_P*$}]}
\end{document}