From 2a08d7d325d53276f4a9543660ee0d9b626f0174 Mon Sep 17 00:00:00 2001 From: ikelley Date: Tue, 4 Jun 2002 14:13:04 +0000 Subject: cactus style... adding it git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@122 94b1c47f-dcfd-45ef-a468-0854c0e9e350 --- doc/documentation.tex | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/documentation.tex b/doc/documentation.tex index ef87a53..dd5f93b 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -1,15 +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{IOASCII} \author{Thomas Radke, Gabrielle Allen} -\date{December 2001} +\date{$ $Date$ $} + \maketitle -\abstract{Thorn {\bf IOASCII} provides I/O methods for 1D, 2D, and 3D output of +% Do not delete next line +% START CACTUS THORNGUIDE + +\begin{abstract} +Thorn {\bf IOASCII} provides I/O methods for 1D, 2D, and 3D output of grid arrays into files in ASCII format. The precise format is designed for -visualisation using the clients {\tt xgraph} or {\tt gnuplot}.} +visualisation using the clients {\tt xgraph} or {\tt gnuplot}. +\end{abstract} \section{Purpose} Thorn {\bf IOASCII} registers three I/O methods named {\tt IOASCII\_1D}, {\tt IOASCII\_2D}, and @@ -377,11 +389,7 @@ These options produce data suitable for using with the gnuplot visualization cli \end{verbatim} -% -% 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