aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2002-06-04 09:58:58 +0000
committerikelley <ikelley@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2002-06-04 09:58:58 +0000
commitedcb8c19f8a53cc647da3d5f876cc41257eb6999 (patch)
treea884fc6bce1511f0c9e40e666d21298e3bdcd9ea
parentc6908aab2357e0f0b77f15183d67e5543c10eb65 (diff)
changing it to conform to our new documenation template
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWave/trunk@57 f5a6acaf-da7d-456b-b0a8-35edbc60b392
-rw-r--r--doc/documentation.tex63
1 files changed, 20 insertions, 43 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 5cf9d16..a18f46b 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,50 +1,28 @@
+% If you are using CVS use this line to give version information
+% $Header$
+
\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{IDScalarWave}
-\author{Gabrielle Allen, Horst Beyer}
-\date{2001}
+\author{Gabrielle Allen \\ Horst Beyer}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{Initial Data for the 3D Scalar Wave Equation}
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+Initial Data for the 3D Scalar Wave Equation
+\end{abstract}
\section{Purpose}
@@ -91,9 +69,8 @@ The Gaussian solution is set with the parameters
\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}