From 37053cfb2b313548a3952475b6989858ef7db38a Mon Sep 17 00:00:00 2001 From: ikelley Date: Tue, 4 Jun 2002 13:03:21 +0000 Subject: 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 --- doc/documentation.tex | 28 +++++++++++++++++----------- 1 file 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} -- cgit v1.2.3