aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}