[ET Trac] [Einstein Toolkit] #631: Documentation fails to build if not in an SVN checkout
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Wed Oct 19 09:56:04 CDT 2011
#631: Documentation fails to build if not in an SVN checkout
---------------------+------------------------------------------------------
Reporter: hinder | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: Cactus | Version:
Resolution: | Keywords:
---------------------+------------------------------------------------------
Comment (by hinder):
You can work around this problem by changing
\def\CA at styledate{\CA at getsvndate $Date$}
\def\CA at styleversion{\CA at getsvnversion $Revision$}
to
\def\CA at styledate{}
\def\CA at styleversion{}
in Cactus/doc/latex/cactus.sty. Someone with more latex ability than me
could modify
\def\CA at getsvndate $#1:#2-#3-#4 #5:#6:#7${#2/#3/#4}
\def\CA at getsvnversion $#1:#2${#2}
to detect that the $Date$ expansion had not been expanded to $Date:
2010-11-04 14:59:42 -0500 (Thu, 04 Nov 2010) $ and to give an empty date.
Similarly for the SVN version.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/631#comment:3>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list