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