From d8f5d6489b147687f2896813ba9c40c7b33a9f3b Mon Sep 17 00:00:00 2001 From: ikelley Date: Tue, 4 Jun 2002 12:50:48 +0000 Subject: 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 --- doc/documentation.tex | 41 +++++++++++++++-------------------------- 1 file 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} -- cgit v1.2.3