summaryrefslogtreecommitdiff
path: root/support/pdfrack/testFiles/testpdfrack.tex
blob: 3a333abc8a3e038f4a858e68a9d8028aac288c0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\documentclass[a4paper]{article}
\usepackage{psfrag,pdfrack}
\usepackage{graphicx}
\begin{document}
Some text.
\begin{figure}
  \psfrag{CA}{$\mathcal{C}_A$}
  \psfrag{CB}{$\mathcal{C}_B$}
  \psfrag{CC}{$\mathcal{C}_C$}
  \psfrag{AB}{$\overrightarrow{AB}$}
  \psfrag{AC}{$\overrightarrow{AC}$}
  \psfrag{BC}{$\overrightarrow{BC}$}
  \pdfrackincludegraphics[width=.6\linewidth]{OneFigure}
\end{figure}
\begin{figure}
  \psfrag{IN}{$\displaystyle \int_0^{g(t)}e^{f(x)}\mathrm{d}x$}
  \psfrag{OUT}{$\displaystyle \int_0^{t}\Theta(x)\mathrm{d}x$}
  \psfrag{BASE}{$t$}
  \pdfrackincludegraphics[width=.8\linewidth]{OtherFigure}
\end{figure}


\begin{figure}[htbp]
  \begin{center}
    \psfrag{CA}{$\mathcal{C}_A$}
    \psfrag{CB}{$\mathcal{C}_B$}
    \psfrag{CC}{$\mathcal{C}_C$}
    \psfrag{AB}{$\overrightarrow{AB}$}
    \psfrag{AC}{$\overrightarrow{AC}$}
    \psfrag{BC}{$\overrightarrow{BC}$}
    \pdfrackincludegraphics[width=.6\linewidth]{OneFigureAgain}
    \psfrag{IN}{$\displaystyle \int_0^{g(t)}e^{f(x)}\mathrm{d}x$}
    \psfrag{OUT}{$\displaystyle \int_0^{t}\Theta(x)\mathrm{d}x$}
    \psfrag{BASE}{$t$}
    \pdfrackincludegraphics[width=.8\linewidth]{OtherFigureAgain}
  \end{center}
\end{figure}

\end{document}