aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@eff87b29-5268-4891-90a3-a07138403961>2002-06-04 12:51:18 +0000
committerikelley <ikelley@eff87b29-5268-4891-90a3-a07138403961>2002-06-04 12:51:18 +0000
commit8ea1e05e654716f5e30c6ba611bec4c48ecc5784 (patch)
tree0684ae47d21bec1c7d30628f1f6667fed82ae559
parent794d383ce9e1f4758f7b6345fa4f45480be89025 (diff)
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
-rw-r--r--doc/documentation.tex59
1 files 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}