aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@a4c7b220-a359-4231-b37a-efab6cb7d3ee>2002-06-04 12:50:52 +0000
committerikelley <ikelley@a4c7b220-a359-4231-b37a-efab6cb7d3ee>2002-06-04 12:50:52 +0000
commitbaf58cd3f68a76363eb3a3d773f300bebda5535d (patch)
tree2fb747af512791a580d48c02f198e636e170d556
parentbfd7ae0ce72db0b8c327a986ab50d8792d592ad7 (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMCoupling/trunk@5 a4c7b220-a359-4231-b37a-efab6cb7d3ee
-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}