aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@57bc7290-fb3d-4efd-a9b1-28e84cce6043>2002-06-04 12:51:07 +0000
committerikelley <ikelley@57bc7290-fb3d-4efd-a9b1-28e84cce6043>2002-06-04 12:51:07 +0000
commit76a16a26a4b916379216b693f329f4093b5dfc5a (patch)
tree8c373059e669f04f82cfc57831bcd39fb0df10c5
parentee23c1ca2bea02c08ff629cfbe1978e2971b1767 (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllBase/trunk@69 57bc7290-fb3d-4efd-a9b1-28e84cce6043
-rw-r--r--doc/documentation.tex19
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 7d8055d..bd65ff7 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,13 +1,25 @@
\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{EllBase}
\author{Gerd Lanfermann}
-\date{2000}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{Infrastructure for standard elliptic solvers}
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+Infrastructure for standard elliptic solvers
+\end{abstract}
\section{Introduction}
@@ -507,4 +519,7 @@ schedule FastSOR_register at CCTK_INITIAL
\section{Norms}
\label{sec:ellnorms}
+% Do not delete next line
+% END CACTUS THORNGUIDE
+
\end{document}