From 36ed3bfdf64c621e22df2e74d39bd7bf796e5865 Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 2 May 2002 18:02:46 +0000 Subject: using graphicx instead of eps to include figures so that figures get included in the thorn guide git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@32 eec4d7dc-71c2-46d6-addf-10296150bf52 --- doc/documentation.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index 686ed86..800b7d6 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -8,7 +8,7 @@ % @version $Header$ % @@*/ \documentclass{article} -\usepackage{epsfig} +\usepackage{graphicx} \parskip = 0 pt \parindent = 0pt @@ -152,7 +152,7 @@ found in the \texttt{Cartoon2D/test/} directory. \begin{figure} \centering - \epsfig{file=cartoon_plane.eps, height=80mm} + \includegraphics[angle=0,height=8cm]{cartoon_plane} \caption{The cartoon plane layout. The symmetry axis is the $z$-axis, with grid functions defined on the $y=0$ plane, in this example with two ghost zones.} -- cgit v1.2.3