[Commits] [svn:einsteintoolkit] IDConstraintViolate/trunk/doc/ (Rev. 21)

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Wed May 16 11:10:47 CDT 2012


User: eschnett
Date: 2012/05/16 11:10 AM

Modified:
 /trunk/doc/
  documentation.tex

Log:
 Use Cactus latex style

File Changes:

Directory: /trunk/doc/
======================

File [modified]: documentation.tex
Delta lines: +10 -22
===================================================================
--- trunk/doc/documentation.tex	2011-10-25 18:45:18 UTC (rev 20)
+++ trunk/doc/documentation.tex	2012-05-16 16:10:47 UTC (rev 21)
@@ -10,27 +10,8 @@
 
 \documentclass{article}
 
-\newif\ifpdf
-\ifx\pdfoutput\undefined
-\pdffalse % we are not running PDFLaTeX
-\else
-\pdfoutput=1 % we are running PDFLaTeX
-\pdftrue
-\fi
+\usepackage{../../../../doc/latex/cactus}
 
-\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
-
 \begin{document}
 \title{Creating Constraint Violating Initial Data}
 \author{Gabrielle Allen}
@@ -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 @@
 \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}



More information about the Commits mailing list