aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorikelley <ikelley@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2002-06-04 12:50:51 +0000
committerikelley <ikelley@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2002-06-04 12:50:51 +0000
commit0b22c077596d384c87ed47fc088b367b118fb0e8 (patch)
treefd07c2dd60b4c4ec9e5e7205a72d43cabaa68688 /doc
parentcf203dc9122f24fa1e391301c1671a199cd73f79 (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@77 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 9884eea..546f226 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,5 +1,9 @@
\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}
@@ -7,9 +11,15 @@
\title{ADMConstraints}
\author{Gabrielle Allen}
\date{$ $Date$ $}
+
\maketitle
-\abstract{Calculate the values of the Hamiltonian and Momentum Constraints on the computational grid for output.}
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+Calculate the values of the Hamiltonian and Momentum Constraints on the computational grid for output.
+\end{abstract}
\section{Physics}
@@ -51,4 +61,7 @@ S_i = -g_{ia} n_b T^{ab} = - g_i^a n^b T_{ab} = -\frac{1}{\alpha} (T_{i0} - \bet
\end{itemize}
+% Do not delete next line
+% END CACTUS THORNGUIDE
+
\end{document}