summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pstool/example.tex
blob: b075b6deccbebe1848baadd9404957b5d1c2d885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

\documentclass[a5paper,12pt]{memoir}
\usepackage{color}
\usepackage{pstool}
\input macros.tex
\EndPreamble
\begin{document}

External macros: \a, \b, \c

\psfragfig{trial}{%
  \color{red}
  \tiny
  \psfrag{[Mp]}{$M_\a$!}%
}

\psfragfig[angle=45]{subdir/trial2}{%
  \psfrag{[Mp]}{$Z_\b$}%
}

\end{document}