aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorikelley <ikelley@d60812e6-3970-4df4-986e-c251b06effeb>2002-06-04 12:51:23 +0000
committerikelley <ikelley@d60812e6-3970-4df4-986e-c251b06effeb>2002-06-04 12:51:23 +0000
commit257d42d6168798ca123efbb65878073f295e963b (patch)
tree1ead9f5324fbedfe0cd4f9d17b3f54f42ee33e3d /doc
parent59e5a2f28de32863aec31e40207d722d816de725 (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@29 d60812e6-3970-4df4-986e-c251b06effeb
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex61
1 files changed, 17 insertions, 44 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 4f889ba..f85cc65 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,49 +1,25 @@
\documentclass{article}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% MANPAGE like description setting for options, use as
-% \begin{Lentry} \item[text] text \end{Lentry}
-
-\usepackage{ifthen,calc}
-
-\newcommand{\entrylabel}[1]{\mbox{\textsf{#1}}\hfil}
-\newenvironment{entry}
- {\begin{list}{}
- {\renewcommand{\makelabel}{\entrylabel}
- \setlength{\labelwidth}{90pt}
- \setlength{\leftmargin}{\labelwidth+\labelsep}
- }
- }
- {\end{list}}
-
-\newlength{\Mylen}
-\newcommand{\Lentrylabel}[1]{%
- \settowidth{\Mylen}{\textsf{#1}}%
- \ifthenelse{\lengthtest{\Mylen > \labelwidth}}%
- {\parbox[b]{\labelwidth} % term > labelwidth
- {\makebox[0pt][l]{\textsf{#1}}\\}} %
- {\textsf{#1}} %
-
- \hfil\relax}
-\newenvironment{Lentry}
- {\renewcommand{\entrylabel}{\Lentrylabel}
- \begin{entry}}
- {\end{entry}}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
+% 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{PUGHReduce}
\author{Gabrielle Allen, Thomas Radke}
-\date{2000}
+\date{$ $Date$ $}
\maketitle
-%
-\abstract{Reductions operations which are performed using the PUGH driver}
-%
-%
+
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+Reductions operations which are performed using the PUGH driver
+\end{abstract}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Purpose}
%
@@ -117,11 +93,8 @@ function.
"Invalid reduction operator '%s'", reduction_name);
}
\end{verbatim}
-%
-%
-% Automatically created from the ccl files by using gmake thorndoc
-\include{interface}
-\include{param}
-\include{schedule}
+
+% Do not delete next line
+% END CACTUS THORNGUIDE
\end{document}