summaryrefslogtreecommitdiff
path: root/support/pdfrack/testFiles/nonidealmixture-test.tex
blob: a9974ddaac00ef02c2cf8323dc989ba3977f144d (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
41
42
43
44
45
46
47
48
49
50
51
52
53
\documentclass[a4paper]{article}
\usepackage{psfrag,pdfrack}
\begin{document}
Some text.
\begin{figure}
\begin{psfrags}%
\psfragscanon%
%
% text strings:
\psfrag{str01}[t][t]{R134a mole fraction in liquid}%
\psfrag{str02}[B][B]{Pressure     Pa}%
\psfrag{str05}[lB][lB]{T = 300 K}%
\psfrag{str06}[l][l]{P}%
\psfrag{str07}[l][l]{P $x_{R134a}$}%
\psfrag{str08}[l][l]{P $x_{R123}$}%
%
% xticklabels:
\psfrag{x01}[t][t]{0}%
\psfrag{x02}[t][t]{0.2}%
\psfrag{x03}[t][t]{0.4}%
\psfrag{x04}[t][t]{0.6}%
\psfrag{x05}[t][t]{0.8}%
\psfrag{x06}[t][t]{1}%
%
% yticklabels:
\psfrag{v01}[r][r]{0}%
\psfrag{v02}[r][r]{1}%
\psfrag{v03}[r][r]{2}%
\psfrag{v04}[r][r]{3}%
\psfrag{v05}[r][r]{4}%
\psfrag{v06}[r][r]{5}%
\psfrag{v07}[r][r]{6}%
\psfrag{v08}[r][r]{7}%
\psfrag{v09}[r][r]{8\setlength{\unitlength}{1ex}%
\begin{picture}(0,0)\put(0.5,1.5){$\times 10^{5}$}\end{picture}}%
%
% extra picture(s):
\psfrag{origin1}[lb][lb]{\setlength{\unitlength}{2.14739cm}%
\begin{picture}(1,0.54159)%
\end{picture}%
}%
\psfrag{origin2}[lb][lb]{\setlength{\unitlength}{7.75000cm}%
\begin{picture}(1,0.78871)%
\end{picture}%
}%
%
% Figure:
\resizebox{10cm}{!}{\pdfrackincludegraphics{nonidealmixture}}%
\end{psfrags}%
\caption{Non-ideal binary zeotropic mixture of R134a and R123}
\end{figure}
\end{document}