[Commits] [svn:einsteintoolkit] EOS_Omni/trunk/doc/ (Rev. 49)

ian.hinder at aei.mpg.de ian.hinder at aei.mpg.de
Wed Oct 19 14:27:59 CDT 2011


User: hinder
Date: 2011/10/19 02:27 PM

Modified:
 /trunk/doc/
  documentation.tex

Log:
 documentation.tex: Move definitions under START CACTUS THORNGUIDE line
 
 Otherwise the thornguide fails to build

File Changes:

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

File [modified]: documentation.tex
Delta lines: +10 -12
===================================================================
--- trunk/doc/documentation.tex	2011-06-11 00:32:35 UTC (rev 48)
+++ trunk/doc/documentation.tex	2011-10-19 19:27:59 UTC (rev 49)
@@ -76,18 +76,6 @@
 %  homepage at www.cactuscode.org)
 \usepackage{../../../../doc/latex/cactus}
 
-\newenvironment{equationarray}
-{\arraycolsep 0.14 em
-\begin{eqnarray}}
-{\end{eqnarray}}
-
-\newenvironment{equationarray*}
-{\arraycolsep 0.14 em
-\begin{eqnarray*}}
-{\end{eqnarray*}}
-
-
-
 \begin{document}
 
 % The author of the documentation
@@ -110,6 +98,16 @@
 % Add all definitions used in this documentation here
 %   \def\mydef etc
 
+\newenvironment{equationarray}
+{\arraycolsep 0.14 em
+\begin{eqnarray}}
+{\end{eqnarray}}
+
+\newenvironment{equationarray*}
+{\arraycolsep 0.14 em
+\begin{eqnarray*}}
+{\end{eqnarray*}}
+
 \begin{abstract}
   \noindent This thorn provides a unified EOS (Equation Of State)
   interface and implements multiple analytic EOS, and also provides table



More information about the Commits mailing list