aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2002-06-04 12:50:48 +0000
committerikelley <ikelley@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2002-06-04 12:50:48 +0000
commitd8f5d6489b147687f2896813ba9c40c7b33a9f3b (patch)
treedf39c90de7c56a6ec4df428788b8d8d5d715d5d7
parentf9796b1808a00b4e020b4ac6dc1f8ebdb8dd21ef (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@10 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
-rw-r--r--doc/documentation.tex41
1 files changed, 15 insertions, 26 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 5b35b07..22a819a 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,34 +1,25 @@
\documentclass{article}
-\newif\ifpdf
-\ifx\pdfoutput\undefined
-\pdffalse % we are not running PDFLaTeX
-\else
-\pdfoutput=1 % we are running PDFLaTeX
-\pdftrue
-\fi
-
-\ifpdf
-\usepackage[pdftex]{graphicx}
-\else
-\usepackage{graphicx}
-\fi
-
-\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{ADMAnalysis}
\author{Tom Goodale et al}
-\date{April 2002}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{Basic analysis of the metric and extrinsic curvature tensors}
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+Basic analysis of the metric and extrinsic curvature tensors
+\end{abstract}
\section{Purpose}
@@ -163,9 +154,7 @@ The computation of the Ricci tensor uses the ADMMacros thorn. The
calculation of the Ricci scalar uses the generic trace routine in this
thorn.
-% Automatically created from the ccl files by using gmake thorndoc
-\include{interface}
-\include{param}
-\include{schedule}
+% Do not delete next line
+% END CACTUS THORNGUIDE
\end{document}