aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorikelley <ikelley@b61c5cb5-eaca-4651-9a7a-d64986f99364>2002-06-04 12:51:20 +0000
committerikelley <ikelley@b61c5cb5-eaca-4651-9a7a-d64986f99364>2002-06-04 12:51:20 +0000
commit9b457d217f2fca5b521390caea6993d4e163cd33 (patch)
treefde2cd4507c05f0b824f91147451af9d155f8e6b /doc
parenta6651fef2356da5477e62c46c271e7d5868470eb (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex66
1 files changed, 15 insertions, 51 deletions
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}