From 76a16a26a4b916379216b693f329f4093b5dfc5a Mon Sep 17 00:00:00 2001 From: ikelley Date: Tue, 4 Jun 2002 12:51:07 +0000 Subject: changing the documentation.tex files to use our cactus style file git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllBase/trunk@69 57bc7290-fb3d-4efd-a9b1-28e84cce6043 --- doc/documentation.tex | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index 7d8055d..bd65ff7 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -1,13 +1,25 @@ \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{EllBase} \author{Gerd Lanfermann} -\date{2000} +\date{$ $Date$ $} + \maketitle -\abstract{Infrastructure for standard elliptic solvers} +% Do not delete next line +% START CACTUS THORNGUIDE + +\begin{abstract} +Infrastructure for standard elliptic solvers +\end{abstract} \section{Introduction} @@ -507,4 +519,7 @@ schedule FastSOR_register at CCTK_INITIAL \section{Norms} \label{sec:ellnorms} +% Do not delete next line +% END CACTUS THORNGUIDE + \end{document} -- cgit v1.2.3