aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/documentation.tex21
1 files changed, 16 insertions, 5 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index bc570bd..74925eb 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{ADMCoupling}
\author{Ian Hawke}
-\date{03/05/2002}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{ADMCoupling}
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+ADMCoupling
+\end{abstract}
\section{Purpose}
\label{sec:aux}
@@ -23,8 +35,7 @@ This avoids explicit dependencies between the spacetime and matter
evolution thorns. Note that we need to do the same for certain
analysis thorns, such as ADMConstraints.
-\include{interface}
-\include{param}
-\include{schedule}
+% Do not delete next line
+% END CACTUS THORNGUIDE
\end{document}