From e1a36e96bf2f7d3afbae8d8d6620b3041ffe2fd0 Mon Sep 17 00:00:00 2001 From: ikelley Date: Tue, 4 Jun 2002 12:51:28 +0000 Subject: changing the documentation.tex files to use our cactus style file git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@93 0888f3d4-9f52-45d2-93bc-d00801ff5e46 --- doc/documentation.tex | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index 71dc4d8..17d5784 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -1,17 +1,27 @@ -% 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{IOStreamedHDF5} \author{Thomas Radke} -\date{2000\\$ $Revision$ $Date$ $} +\date{$ $Date$ $} + \maketitle -\abstract{ +% Do not delete next line +% START CACTUS THORNGUIDE + +\begin{abstract} Thorn {\bf IOStreamedHDF5} provides an I/O method to stream variables in HDF5 file format via live sockets to any connected clients. It also implements checkpointing/recovery functionality using HDF5. -} +\end{abstract} % % \section{Purpose} @@ -172,15 +182,8 @@ and build/install as usual. Thorn {\bf IOStreamedHDF5} inherits from {\bf IOUtil} and {\bf IOHDF5Util} so you need to include these thorns in your thorn list to build a configuration with {\bf IOStreamedHDF5}. -% -% - -% -% 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} -- cgit v1.2.3