-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.tex
30 lines (25 loc) · 967 Bytes
/
error.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
29
30
\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{stability.eps}& \includegraphics{norm_dt.eps}
&
\includegraphics{norm_dx.eps}
\\
(a)&(b)&(c)
\end{tabular}
\end{document}