summaryrefslogtreecommitdiff
path: root/macros/plain/graphics/exmplpfg.tex
blob: 0026cd0ee687b4007ec47412a6b0130b4e75e98e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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