diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-22 18:58:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-22 18:58:23 +0000 |
commit | ae6dfdc6fd101623f9477cf506a23bcdfbf9035d (patch) | |
tree | ae8788e459c38bae47578041a70c8f4972ceedee /Master/texmf-dist/doc/plain/graphics-pln/exmplpfg.tex | |
parent | 814952f35a69ea15faac49052de0256174820e15 (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.tex | 17 |
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 |