From 7bd433bec81b5633f71434890f6cad74eede9cd9 Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 16 May 2012 16:08:33 +0000 Subject: Use Cactus latex style git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Noise/trunk@30 936e0995-0e4f-0410-aade-aa24bf7baf3d --- doc/documentation.tex | 31 ++++++++++--------------------- 1 file 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} -- cgit v1.2.3