aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/documentation.tex23
1 files changed, 17 insertions, 6 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 1411419..8a347e5 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,12 +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{Time}
\author{Gabrielle Allen}
-\date{1999}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{Calculates the timestep used for an evolution}
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+Calculates the timestep used for an evolution
+\end{abstract}
\section{Purpose}
@@ -94,9 +107,7 @@ time::dtfac = 0.5
\end{verbatim}
}
-% Automatically created from the ccl files by using gmake thorndoc
-\include{interface}
-\include{param}
-\include{schedule}
+% Do not delete next line
+% END CACTUS THORNGUIDE
\end{document}