aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorikelley <ikelley@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2002-06-04 14:13:04 +0000
committerikelley <ikelley@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2002-06-04 14:13:04 +0000
commit4a72b2f67b5b059492de466476ac50643aafb78b (patch)
tree1c515f5bab17e244294a8b1cf65b784af9443e40 /doc
parentde4c1276f8d8e23c891cda0716932c730fae558a (diff)
cactus style... adding it
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@168 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex16
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 63e8a93..87013ba 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,13 +1,22 @@
\documentclass{article}
-\usepackage{graphicx}
+
+% 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{IOUtil}
\author{Thomas Radke, Gabrielle Allen}
-\date{$Date$}
+\date{$ $Date$ $}
+
\maketitle
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
\section{Introduction}
This document details the thorns provided in the standard Cactus distribution
@@ -802,4 +811,7 @@ At {\tt RECOVER\_VARIABLES} thorn {\bf IOUtil} will loop over all
available recovery routines (passing the same arguments as for parameter
recovery) until one succeeds (returns a positive value).
+% Do not delete next line
+% END CACTUS THORNGUIDE
+
\end{document}