aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2002-06-04 14:13:04 +0000
committerikelley <ikelley@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2002-06-04 14:13:04 +0000
commit2a08d7d325d53276f4a9543660ee0d9b626f0174 (patch)
treed003399d71d3bb6761c73a2dd6c98e4ef0b2161e
parentbe2f7d5e312eab6794c29cb4902f2c03ef1b7eba (diff)
cactus style... adding it
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@122 94b1c47f-dcfd-45ef-a468-0854c0e9e350
-rw-r--r--doc/documentation.tex28
1 files changed, 18 insertions, 10 deletions
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}