aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@eec4d7dc-71c2-46d6-addf-10296150bf52>2002-06-04 12:50:45 +0000
committerikelley <ikelley@eec4d7dc-71c2-46d6-addf-10296150bf52>2002-06-04 12:50:45 +0000
commit650f3127c6c46c8d14e5071a810307a79dce0c6e (patch)
tree511948e65a0515822f1df2e0558ea5d45933771f
parent2d5202b3879368e983ac58c7124a730d4fee4933 (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@49 eec4d7dc-71c2-46d6-addf-10296150bf52
-rw-r--r--doc/documentation.tex29
1 files changed, 18 insertions, 11 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index d68b5b7..2b385e5 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -7,24 +7,28 @@
% @enddesc
% @version $Header$
% @@*/
+
+
\documentclass{article}
-\usepackage{graphicx}
-\parskip = 0 pt
-\parindent = 0pt
-\oddsidemargin = 0 cm
-\textwidth = 16 cm
-\topmargin = -1 cm
-\textheight = 24 cm
+% Use the Cactus ThornGuide style file
+% (Automatically used from Cactus distribution, if you have a
+% thorn without the Cactus Flesh download this from the Cactus
+% homepage at www.cactuscode.org)
+\usepackage{../../../../doc/ThornGuide/cactus}
\begin{document}
+
\title{Using Cartoon2D}
\author{Denis Pollney}
-\date{April 2002}
+\date{$ $Date$ $}
\maketitle
-\abstract{
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
The \texttt{Cartoon2D} thorn allows fully 3D codes to be used
to model axisymmetric systems, by considering a 3D evolution which
is only one plane thick and applying a rotational tensor
@@ -32,7 +36,7 @@
condition. This allows 3D codes to be tested efficiently on 2D
problems, as well as providing a means of carrying out axisymmetric
evolutions in cartesian coordinates without problems at the axis.
-}
+\end{abstract}
\section{Background}
@@ -303,4 +307,7 @@ bin is run even when checkpoint recovery is not being used.)
\textbf{10}, 273--289, (gr-qc/9908012).
\end{thebibliography}
-\end{document} \ No newline at end of file
+% Do not delete next line
+% END CACTUS THORNGUIDE
+
+\end{document}