[Commits] [svn:einsteintoolkit] Paper_EinsteinToolkit_2010/ (Rev. 93)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Mon Jun 27 10:54:02 CDT 2011


User: knarf
Date: 2011/06/27 10:54 AM

Modified:
 /
  ET.tex

Log:
 define a command to mark sections which are done or almost done, for an easier overview

File Changes:

Directory: /
============

File [modified]: ET.tex
Delta lines: +8 -4
===================================================================
--- ET.tex	2011-06-10 22:52:35 UTC (rev 92)
+++ ET.tex	2011-06-27 15:54:01 UTC (rev 93)
@@ -35,6 +35,11 @@
 \newcommand{\comment}[1]{{\color{blue}$\blacksquare$~\textsf{[Comment: #1]}}}
 \newcommand{\pages}[1]{{\color{blue}$\blacksquare$~\textsf{[#1]}}}
 
+% Use this macro for sections which are done, so that those comments
+% can easily be disabled.
+\newcommand{\pagesdone}[1]{{\color{green}$\blacksquare$~\textsf{[#1]}}}
+%\newcommand{\pagesdone}[1]{}
+
 \newcommand{\BCM}[1]{{\bf \color{blue} [BCM: #1] }} %BCM comments
 
 % Don't use tt font for urls
@@ -98,7 +103,6 @@
 \tableofcontents
 
 \section{Introduction\pages{1 Frank}}
-\comment{About 1 page}
 
 Scientific progress in the field of numerical relativity has always
 been closely tied with the availability and ease-of-use of enabling
@@ -332,7 +336,7 @@
 
 \section{Core Technologies\pages{0.5 Frank}}
 
-\subsection{Cactus Framework\pages{1 Gab/Frank}}
+\subsection{Cactus Framework\pages{1 Frank}}
 
 The \textbf{Cactus
   Framework}~\cite{CS_cactus_web,CS_Goodale02a,CS_cactususersguide} is
@@ -375,7 +379,7 @@
 The Einstein Toolkit now collects the widely used parts of CactusEinstein,
 combined with contributions from the community.
 
-\subsection{Adaptive Mesh Refinement\pages{1 Erik}}
+\subsection{Adaptive Mesh Refinement\pagesdone{1 Erik}}
 
 In Cactus, infrastructure capabilities such as memory management,
 parallelisation, time evolution, mesh refinement, and I/O are
@@ -454,7 +458,7 @@
 world-wide. To date, more than 90 peer-reviewed publication and more
 than 15 student theses are based on Carpet \cite{CarpetCode:web}.
 
-\subsection{Simulation Factory\pages{1 Erik}}
+\subsection{Simulation Factory\pagesdone{1 Erik}}
 
 Today's supercomputers differ significantly in
 their hardware configuration, available software, directory structure,



More information about the Commits mailing list