From 257d42d6168798ca123efbb65878073f295e963b Mon Sep 17 00:00:00 2001 From: ikelley Date: Tue, 4 Jun 2002 12:51:23 +0000 Subject: 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 --- doc/documentation.tex | 61 ++++++++++++++------------------------------------- 1 file changed, 17 insertions(+), 44 deletions(-) (limited to 'doc') 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} -- cgit v1.2.3