summaryrefslogtreecommitdiff
path: root/macros/plain/graphics/exmplpfg.tex
blob: 0187090337b2f16390be179f98122e94482e51b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

% using psfrag example eps
% /usr/local/texlive/2019/texmf-dist/doc/latex/psfrag/example.eps

\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