aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2002-06-04 12:51:11 +0000
committerikelley <ikelley@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2002-06-04 12:51:11 +0000
commit91e4c9569fc51ee700444a43b2329b9c9ce292db (patch)
tree806529c2ec76983e18cda768315f55b612135d0b
parent6d4ed8b60f1f0841849020a201d784c3fd27040e (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllSOR/trunk@84 fa3da13c-9f13-4301-a575-cf5b8c5e1907
-rw-r--r--doc/documentation.tex27
1 files changed, 18 insertions, 9 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index abc93ac..f6fa141 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,16 +1,28 @@
-% Thorn documentation template
\documentclass{article}
+
+% 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{EllSOR}
\author{Joan Masso}
-\date{\today}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{{\tt EllSOR} provides 3D elliptic solvers for the various
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+{\tt EllSOR} provides 3D elliptic solvers for the various
classes of elliptic problems defined in {\tt EllBase}. {\tt EllSOR} is
based on the successive over relaxation algorithm. It is called by the
-interfaces provided in {\tt EllBase}.}
+interfaces provided in {\tt EllBase}.
+\end{abstract}
\section{Purpose}
The purpose of this thorn is to provide a simple and straightforward
@@ -62,10 +74,7 @@ accessed.
%\section{My own section}
-% Automatically created from the ccl files
-% Do not worry for now.
-\include{interface}
-\include{param}
-\include{schedule}
+% Do not delete next line
+% END CACTUS THORNGUIDE
\end{document}