aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@eec4d7dc-71c2-46d6-addf-10296150bf52>2002-05-02 18:02:46 +0000
committerallen <allen@eec4d7dc-71c2-46d6-addf-10296150bf52>2002-05-02 18:02:46 +0000
commit36ed3bfdf64c621e22df2e74d39bd7bf796e5865 (patch)
tree6bff9c2ca98948140e665c8e10c9f9c2d617a70a
parentab0c0a5aa8f4f8f9d96ab2c6804a9fda49874490 (diff)
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
-rw-r--r--doc/documentation.tex4
1 files 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.}