From 8ea1e05e654716f5e30c6ba611bec4c48ecc5784 Mon Sep 17 00:00:00 2001 From: ikelley Date: Tue, 4 Jun 2002 12:51:18 +0000 Subject: changing the documentation.tex files to use our cactus style file git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@72 eff87b29-5268-4891-90a3-a07138403961 --- doc/documentation.tex | 59 +++++++++++++-------------------------------------- 1 file changed, 15 insertions(+), 44 deletions(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index 2af0f93..ea13084 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -1,50 +1,25 @@ \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{Boundary} \author{Gabrielle Allen, Thomas Radke} -\date{2001} +\date{$ $Date$ $} + \maketitle -\abstract{Output method using the jpeg format} +% Do not delete next line +% START CACTUS THORNGUIDE + +\begin{abstract} +Output method using the jpeg format +\end{abstract} \section{Use} @@ -68,11 +43,7 @@ Note that the parameter {\tt iojpeg::mode} determines whether a jpeg image is cc We are planning to develop this thorn more to provide more features (eg a range of 2D images from a 3D dataset, add possibility to save images for a movie and advertise current image). - - -% 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