aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorikelley <ikelley@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2002-06-04 12:51:24 +0000
committerikelley <ikelley@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2002-06-04 12:51:24 +0000
commitdd750a703e1fff9f3571bebb7305e0ba8fe8e018 (patch)
treefdc49b1c6761f0150a937fa125acf3289b9fb17a /doc
parenta3b3db0cefc46143442eacbf121e7dc47c9d4b1e (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@253 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex29
1 files changed, 20 insertions, 9 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index fadcd46..5c7f020 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,14 +1,28 @@
-% 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{IOFlexIO}
\author{Paul Walker}
-\date{1998-1999}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{Thorn {\bf IOFlexIO} provides I/O methods to output variables in IEEEIO
-file format. It also implements checkpointing/recovery functionality.}
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+Thorn {\bf IOFlexIO} provides I/O methods to output variables in IEEEIO
+file format. It also implements checkpointing/recovery functionality.
+\end{abstract}
+
+
%
\section{Purpose}
%
@@ -291,10 +305,7 @@ to get a short usage info.
If any of these utility programs is called without arguments it will print
a usage message.
-% 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}