From c7020ff4f53bf9313517d010c313f4bc7220b713 Mon Sep 17 00:00:00 2001 From: ikelley Date: Tue, 4 Jun 2002 14:05:22 +0000 Subject: using style file git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@132 b589c3ab-70e8-4b4d-a09f-cba2dd200880 --- doc/documentation.tex | 30 ++++++++++++++++++++---------- 1 file 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} -- cgit v1.2.3