aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorikelley <ikelley@4825ed28-b72c-4eae-9704-e50c059e567d>2002-06-04 12:51:25 +0000
committerikelley <ikelley@4825ed28-b72c-4eae-9704-e50c059e567d>2002-06-04 12:51:25 +0000
commit7228ed04d7b650937e40a53c70624b18565d47dd (patch)
tree6f6fc298a41f6e97112be0dd08a2bab32dc80425 /doc
parent730a3986dc48215955e1ff04702a9ba0fe619404 (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@140 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex25
1 files changed, 16 insertions, 9 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index f59a89d..d950402 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,16 +1,26 @@
-% 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{IOHDF5}
\author{Thomas Radke}
-\date{1999\\$ $Revision$ $Date$ $}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
Thorn {\bf IOHDF5} provides an I/O method to output variables in HDF5 file format.
It also implements checkpointing/recovery functionality using HDF5.
-}
+\end{abstract}
%
%
\section{Purpose}
@@ -295,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}