aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2002-06-04 12:51:17 +0000
committerikelley <ikelley@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2002-06-04 12:51:17 +0000
commit7c6aaf79247bb6ad0d3f2f464bab97167a114bce (patch)
tree0e0885136dfb74fb79db5cdfa6122cf2b7d07f6f
parenta17e3534c7ca704bf66823890da750a9cf5f950e (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@30 21a6bef8-4479-4f54-8f8d-0db94a2919ef
-rw-r--r--doc/documentation.tex53
1 files changed, 11 insertions, 42 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 0c85eb5..5ddaefa 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,50 +1,21 @@
\documentclass{article}
-\parskip = 2 pt
-\oddsidemargin = 0 cm
-\textwidth = 16 cm
-\topmargin = -1 cm
-\textheight = 24 cm
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% 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{FlexIO}
\author{Thomas Radke, John Shalf}
-\date{September 2001}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{}
+% Do not delete next line
+% START CACTUS THORNGUIDE
\section{Purpose}
@@ -98,9 +69,7 @@ Information can be found on these web pages about
\end{itemize}
-% 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}