From 7c6aaf79247bb6ad0d3f2f464bab97167a114bce Mon Sep 17 00:00:00 2001 From: ikelley Date: Tue, 4 Jun 2002 12:51:17 +0000 Subject: 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 --- doc/documentation.tex | 53 +++++++++++---------------------------------------- 1 file 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} -- cgit v1.2.3