aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/documentation.tex17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 3bb5021..82c6ff0 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,15 +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{ADMBase}
\author{Tom Goodale}
-\date{April 2002}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{Provides the basic ADM variables used in the $3+1$ formalism}
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+Provides the basic ADM variables used in the $3+1$ formalism
+\end{abstract}
\section{Purpose}
@@ -165,4 +175,7 @@ is set to 1.
Thorns using the shift should always check that storage for the shift is
allocated before using it.
+% Do not delete next line
+% END CACTUS THORNGUIDE
+
\end{document}