aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation.tex')
-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}