aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@0cbbb82d-14ec-4423-a1fb-2ab18257ecaa>2002-06-04 12:51:05 +0000
committerikelley <ikelley@0cbbb82d-14ec-4423-a1fb-2ab18257ecaa>2002-06-04 12:51:05 +0000
commit87caa75fefa1d255687a8833f51a462909b77cb5 (patch)
tree4b46502d8dd514304a82d2164c26c0f565bdd190
parentf5aad52d3564e3c4dc20de85c3a30e0ff8ddab3e (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/StaticConformal/trunk@12 0cbbb82d-14ec-4423-a1fb-2ab18257ecaa
-rw-r--r--doc/documentation.tex23
1 files changed, 17 insertions, 6 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 69b36f8..c3c8795 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{StaticConformal}
\author{Tom Goodale et al}
-\date{April 2002}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{Base thorn to provide the variables for the static conformal factor}
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+Base thorn to provide the variables for the static conformal factor
+\end{abstract}
\section{Purpose}
@@ -124,9 +137,7 @@ conformal". This method allows them to use just one set of ifs rather
than first checking the metric\_type and then the conformal\_state
variable if the metric\_type is "static conformal".
-% 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}