summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/plain/graphics-pln/exmplpfg.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-22 18:58:23 +0000
committerKarl Berry <karl@freefriends.org>2009-11-22 18:58:23 +0000
commitae6dfdc6fd101623f9477cf506a23bcdfbf9035d (patch)
treeae8788e459c38bae47578041a70c8f4972ceedee /Master/texmf-dist/doc/plain/graphics-pln/exmplpfg.tex
parent814952f35a69ea15faac49052de0256174820e15 (diff)
graphics-plain, replacing plgraph, for new miniltx (T S, 20 Nov 2009 15:42:40)
git-svn-id: svn://tug.org/texlive/trunk@16123 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/plain/graphics-pln/exmplpfg.tex')
-rw-r--r--Master/texmf-dist/doc/plain/graphics-pln/exmplpfg.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/plain/graphics-pln/exmplpfg.tex b/Master/texmf-dist/doc/plain/graphics-pln/exmplpfg.tex
new file mode 100644
index 00000000000..0026cd0ee68
--- /dev/null
+++ b/Master/texmf-dist/doc/plain/graphics-pln/exmplpfg.tex
@@ -0,0 +1,17 @@
+
+\input psfrag
+
+First without psfrag:
+
+ \includegraphics[width=3.5in]{example.eps}
+
+and now with:
+
+ \psfragscanon
+ \psfrag{p1}[][l]{$\ast$}
+ \psfrag{p2}[][l]{$\ast$}
+ \psfrag{p3}{$\cos(t)$}
+ \includegraphics[width=3.5in]{example.eps}
+
+
+\bye