aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@5633253d-7678-4964-a54d-f87795f8ee59>2002-06-04 14:13:06 +0000
committerikelley <ikelley@5633253d-7678-4964-a54d-f87795f8ee59>2002-06-04 14:13:06 +0000
commitb2534c1a0e3730c942d8c36ba0cfe3849f8b9016 (patch)
treee9f0f4b612935ad9f795f800641ed095fa03f249
parent4038c8a66d3178a2945827902e72ba17d5b5e2bd (diff)
cactus style... adding it
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@50 5633253d-7678-4964-a54d-f87795f8ee59
-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}