aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorikelley <ikelley@1c20744c-e24a-42ec-9533-f5004cb800e5>2002-06-04 12:51:22 +0000
committerikelley <ikelley@1c20744c-e24a-42ec-9533-f5004cb800e5>2002-06-04 12:51:22 +0000
commit7884ec47f4d408fbb5eda89e3add990952153ea1 (patch)
tree74f555d007ee46255a1f84ea0711390c8d4320ed /doc
parent931ef2dc11508e5c5e36e907c5f73d4560504457 (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@28 1c20744c-e24a-42ec-9533-f5004cb800e5
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex28
1 files changed, 18 insertions, 10 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 75033d2..d2d0d8b 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,14 +1,25 @@
-%version $Header$
\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{PUGHInterp}
\author{Paul Walker, Thomas Radke, Erik Schnetter}
-\date{1997-2001}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{Thorn PUGHInterp provides interpolation of arrays
- at arbitrary points.}
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+Thorn PUGHInterp provides interpolation of arrays at arbitrary points.
+\end{abstract}
\section{Purpose}
Thorn PUGHInterp implements interpolation operators for CCTK grid
@@ -59,11 +70,8 @@ for details.
\section{Comments}
For more information on how to invoke interpolation operators please refer
to the flesh documentation.
-%
-% 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}