summaryrefslogtreecommitdiff
path: root/macros/plain/graphics/exmplpfg.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/plain/graphics/exmplpfg.tex')
-rw-r--r--macros/plain/graphics/exmplpfg.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/macros/plain/graphics/exmplpfg.tex b/macros/plain/graphics/exmplpfg.tex
new file mode 100644
index 0000000000..0026cd0ee6
--- /dev/null
+++ b/macros/plain/graphics/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