aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorikelley <ikelley@edbb7e70-9571-45d5-a481-0a560a9b4751>2002-06-04 12:50:54 +0000
committerikelley <ikelley@edbb7e70-9571-45d5-a481-0a560a9b4751>2002-06-04 12:50:54 +0000
commit922b803b7203a7dcc506950d1dd9d6284af20f0a (patch)
tree66e56f9470f27aec1734808d43b9c5a8f6dbd390 /doc
parenta044da04ff17990a5f05f9cbea669f101f52a62f (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/CoordGauge/trunk@48 edbb7e70-9571-45d5-a481-0a560a9b4751
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex26
1 files changed, 17 insertions, 9 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 289ba22..0b268e9 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{CoordGauge}
\author{Tom Goodale}
-\date{April 2002}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{Base thorn to provide the infrastructure for dynamic gauge selection}
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+Base thorn to provide the infrastructure for dynamic gauge selection
+\end{abstract}
\section{Purpose}
@@ -81,11 +94,6 @@ they need to.
\section{Comments}
-
-
-% 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}