aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/documentation.tex31
1 files changed, 10 insertions, 21 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 735f746..0434825 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -10,26 +10,7 @@
\documentclass{article}
-\newif\ifpdf
-\ifx\pdfoutput\undefined
-\pdffalse % we are not running PDFLaTeX
-\else
-\pdfoutput=1 % we are running PDFLaTeX
-\pdftrue
-\fi
-
-\ifpdf
-\usepackage[pdftex]{graphicx}
-\else
-\usepackage{graphicx}
-\fi
-
-\parskip = 0 pt
-\parindent = 0pt
-\oddsidemargin = 0 cm
-\textwidth = 16 cm
-\topmargin = -1 cm
-\textheight = 24 cm
+\usepackage{../../../../doc/latex/cactus}
\begin{document}
\title{Using the \texttt{Noise} thorn}
@@ -38,10 +19,15 @@
\maketitle
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
The \texttt{Noise} thorn can be used to place random values on
Cactus grid functions at initial data and at the boundaries during
evolution. This can be used to carry out ``robust stability'' tests,
such as those proposed by Jeff Winicour.\\
+\end{abstract}
\section{Initial data}
@@ -79,4 +65,7 @@ variables.
noise::amplitude = 0.001
\end{verbatim}
-\end{document} \ No newline at end of file
+% Do not delete next line
+% END CACTUS THORNGUIDE
+
+\end{document}