aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2002-06-04 13:03:21 +0000
committerikelley <ikelley@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2002-06-04 13:03:21 +0000
commit37053cfb2b313548a3952475b6989858ef7db38a (patch)
tree616ad096b73aecdaefffd2e223fc537d51c7fcc8
parent06933a76ae8e6fd15b28c4e7880d95d05e1189b6 (diff)
making it so the docs use the cactus style file
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@29 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
-rw-r--r--doc/documentation.tex28
1 files changed, 17 insertions, 11 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 25127d8..c6807d4 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -7,29 +7,32 @@
% @enddesc
% @version $Header$
% @@*/
+
\documentclass{article}
-\usepackage{amsmath}
-\parskip = 0 pt
-\parindent = 0pt
-\oddsidemargin = 0 cm
-\textwidth = 16 cm
-\topmargin = -1 cm
-\textheight = 24 cm
+% 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{Using LegoExcision}
\author{Denis Pollney}
-\date{April 2002}
+\date{$ $Date$ $}
\maketitle
-\abstract{
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
LegoExcision implements excision on a Cactus grid. It uses a mask
function to determine which grid points are to be excised, then
applies a simple boundary condition to points on the edge of the
mask.
-}
+\end{abstract}
\section{Background}
@@ -357,4 +360,7 @@ lines need to be made to a parameter file:
Phys. Rev. \textbf{D63}, 104006 (gr-qc/0008067).
\end{thebibliography}
-\end{document} \ No newline at end of file
+
+% Do not delete next line
+% END CACTUS THORNGUIDE
+\end{document}