aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}