-
Notifications
You must be signed in to change notification settings - Fork 0
/
heat.tex
28 lines (23 loc) · 866 Bytes
/
heat.tex
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
\documentclass[10pt,a4paper]{article}
% \usepackage{a4wide}
% \documentclass[aps,pre,amsfonts,amsmath,showpacs,a4paper]{revtex4}
% \input{figformat.tex}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage{psfrag}
% \usepackage{amsmath}
\usepackage{graphicx}
\usepackage{color} % to use color in notes etc.
\pagestyle {empty} % removes the page numbers
\input{nots.tex}
\input{psfrags.tex}
\begin{document}
\begin{tabular}{l@{}l@{}l}
% \includegraphics[width=0.33\linewidth]{deform.eps}& \includegraphics[width=0.33\linewidth]{flow.eps}&
% \includegraphics[width=0.34\linewidth]{surf.eps}\\
\includegraphics{deform_time.eps}& \includegraphics{deform_frameX.eps}&
\includegraphics{deform_tX_map.eps}\\
(a)&(b)&(c)
\end{tabular}
\end{document}