From 7b4c8d596dad37ec4e8398e271f864b6945b72a9 Mon Sep 17 00:00:00 2001 From: ikelley Date: Tue, 4 Jun 2002 12:51:09 +0000 Subject: changing the documentation.tex files to use our cactus style file git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@68 1d96b42b-98df-4a6a-9d84-1b24288d4588 --- doc/documentation.tex | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index c434f20..d19e0af 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -1,19 +1,31 @@ -% Thorn documentation template \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} \title{EllPETSc} \author{Paul Walker, Gerd Lanfermann} -\date{\today} +\date{$ $Date$ $} + \maketitle -\abstract{{\tt EllPETSc} provides 3D elliptic solvers for the various +% Do not delete next line +% START CACTUS THORNGUIDE + +\begin{abstract} +{\tt EllPETSc} provides 3D elliptic solvers for the various classes of elliptic problems defined in {\tt EllBase}. {\tt EllPETSc} using the ``Portable, Extendable Toolkit for Scientific computation'' (PETSc) by Argonne National Lab. PETSc is a suite of routines and data structures that can be employed for solving partial differential equations in parallel. {\tt EllPETSc} t is called by the -interfaces provided in {\tt EllBase}.} +interfaces provided in {\tt EllBase}. +\end{abstract} \section{Purpose} This thorns provides sophisticated solvers based on PETSc @@ -179,10 +191,7 @@ EXTRAFLAGS += -I$(PETSC_DIR)/include %\section{My own section} -% Automatically created from the ccl files -% Do not worry for now. -\include{interface} -\include{param} -\include{schedule} +% Do not delete next line +% END CACTUS THORNGUIDE \end{document} -- cgit v1.2.3