aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorikelley <ikelley@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2002-06-04 12:51:27 +0000
committerikelley <ikelley@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2002-06-04 12:51:27 +0000
commit6814775b11566b39eb80dcc226609cfd29b5729b (patch)
treea8fc5f3117c55b7651522c9623d6d31bade7bbec /doc
parent0c56e6b408045e3aa306ea26472dc0839546ccf5 (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@69 7842ec3a-9562-4be5-9c5b-06ba18f2b668
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex26
1 files changed, 16 insertions, 10 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 6a621e1..bb55a2e 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,15 +1,25 @@
-% 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{IOHDF5Util}
\author{Thomas Radke}
-\date{2000\\$ $Revision$ $Date$ $}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
Thorn {\bf IOHDF5Util} provides functionality to implement HDF5 I/O in Cactus.
-}
+\end{abstract}
\section{Purpose}
Thorn {\bf IOHDF5Util} provides common routines which can be used to implement
@@ -36,11 +46,7 @@ The configuration script will look in some default places for an installed
HDF5 package. If nothing is found this way you can explicitly specify it with
the {\tt HDF5\_DIR} configure variable.
-%
-% 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}