aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@936e0995-0e4f-0410-aade-aa24bf7baf3d>2012-05-16 16:08:33 +0000
committereschnett <eschnett@936e0995-0e4f-0410-aade-aa24bf7baf3d>2012-05-16 16:08:33 +0000
commit7bd433bec81b5633f71434890f6cad74eede9cd9 (patch)
tree81511396e90bf4d3ab8d678e36c944a9af84882f
parente9afc30e19aea509c98e7fe3275a416e9003d659 (diff)
Use Cactus latex style
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Noise/trunk@30 936e0995-0e4f-0410-aade-aa24bf7baf3d
-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}