aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-06-04 12:50:57 +0000
committerikelley <ikelley@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-06-04 12:50:57 +0000
commit8f4a50542c712bdd302b5a06ddc2b5ad6fed3917 (patch)
tree2ce3164ecacf8ec25605aea0df295072deb42618
parent4412036020d488e0a1ea170818f29facc30bb855 (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@87 a678b1cf-93e1-4b43-a69d-d43939e66649
-rw-r--r--doc/documentation.tex26
1 files changed, 17 insertions, 9 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index ce2673f..308935c 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,15 +1,27 @@
-% Thorn documentation template
\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{IDBrillData}
\author{Carsten Gundlach, Gabrielle Allen}
\date{$ $Date$ $}
+
\maketitle
-\abstract{This thorn creates time symmetric initial data for Brill
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+This thorn creates time symmetric initial data for Brill
wave spacetimes. It can create both axisymmetric data (in a 3D
-cartesian grid), as well as data with an angular dependency.}
+cartesian grid), as well as data with an angular dependency.
+\end{abstract}
\section{Purpose}
@@ -161,11 +173,7 @@ Cambridge, England, 1979), p. 275.
\end{enumerate}
-% Automatically created from the ccl files
-% Do not worry for now.
-
-\include{interface}
-\include{param}
-\include{schedule}
+% Do not delete next line
+% END CACTUS THORNGUIDE
\end{document}