aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2002-06-04 14:05:22 +0000
committerikelley <ikelley@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2002-06-04 14:05:22 +0000
commitc7020ff4f53bf9313517d010c313f4bc7220b713 (patch)
tree1bc30b9313bc170b3fd519bfcde64684332bfc3c
parent1f56853b2b9e4ab0be2d31bffd62ace3522c78fd (diff)
using style file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@132 b589c3ab-70e8-4b4d-a09f-cba2dd200880
-rw-r--r--doc/documentation.tex30
1 files changed, 20 insertions, 10 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 3ab5dbf..acd15c3 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,13 +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{IOBasic}
-\author{Gabrielle Allen, Thomas Radke}
+\author{Gabrielle Allen \\ Thomas Radke}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{Thorn {\bf IOBasic} provides I/O methods for outputting scalar values in
-ASCII format into files and for printing them as runtime information to screen.}
+% Do not delete next line
+% START CACTUS THORNGUIDE
+\begin{abstract}
+Thorn {\bf IOBasic} provides I/O methods for outputting scalar values in
+ASCII format into files and for printing them as runtime information to screen.
+\end{abstract}
+
\section{Purpose}
Thorn {\bf IOBasic} registers 2 I/O methods with the I/O interface in the flesh
@@ -189,11 +202,8 @@ invoke I/O methods by application thorns please see the documentation of thorn
Since {\bf IOBasic} uses parameters from {\tt IOUtil} it also needs this I/O
helper thorn be compiled into Cactus and activated at runtime in the
{\tt ActiveThorns} parameter in your parameter file.
-%
-% 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}