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