From 17f37c4526de2c89e713d594dc1e99b19efc8efe Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 16 May 2012 16:10:47 +0000 Subject: Use Cactus latex style git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDConstraintViolate/trunk@21 9ea3c693-0e4f-0410-9b72-c04bdc00281e --- doc/documentation.tex | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index 0643d7a..963647f 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{Creating Constraint Violating Initial Data} @@ -38,9 +19,13 @@ \maketitle -\abstract{The \texttt{IDConstraintViolate} thorn creates initial data +% Do not delete next line +% START CACTUS THORNGUIDE + +\begin{abstract} +The \texttt{IDConstraintViolate} thorn creates initial data which purposefully violates the constraint equations for testing purposes. -} +\end{abstract} \section{Gaussian} @@ -57,4 +42,7 @@ K_{ij} &=& 0 \end{eqnarray*} where the size and shape of the Gaussian is specified by parameters, $A$={\tt amplitude}, $r_0$={\tt radius} and $\sigma$={\tt sigma}. +% Do not delete next line +% END CACTUS THORNGUIDE + \end{document} -- cgit v1.2.3