From 9b457d217f2fca5b521390caea6993d4e163cd33 Mon Sep 17 00:00:00 2001 From: ikelley Date: Tue, 4 Jun 2002 12:51:20 +0000 Subject: changing the documentation.tex files to use our cactus style file git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@385 b61c5cb5-eaca-4651-9a7a-d64986f99364 --- doc/documentation.tex | 66 ++++++++++++--------------------------------------- 1 file changed, 15 insertions(+), 51 deletions(-) (limited to 'doc') diff --git a/doc/documentation.tex b/doc/documentation.tex index 7912058..4549ff6 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -1,58 +1,25 @@ \documentclass{article} -\usepackage{fancyhdr,ifthen,calc} - -\newif\ifpdf -\ifx\pdfoutput\undefined -\pdffalse % we are not running PDFLaTeX -\else -\pdfoutput=1 % we are running PDFLaTeX -\pdftrue -\fi - -\ifpdf -\usepackage[pdftex]{graphicx} -\else -\usepackage{graphicx} -\fi - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% MANPAGE like description setting for options, use as -% \begin{Lentry} \item[text] text \end{Lentry} - -\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{PUGH} \author{Gabrielle Allen} -\date{2001} +\date{$ $Date$ $} + \maketitle -\abstract{The default unigrid driver for Cactus for both multiprocessor and single process runs, handling grid variables and communications.} +% Do not delete next line +% START CACTUS THORNGUIDE + +\begin{abstract} +The default unigrid driver for Cactus for both multiprocessor and single process runs, handling grid variables and communications. +\end{abstract} \section{Description} @@ -305,10 +272,7 @@ optimisation: \end{Lentry} - -% 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