From 85e7037e61997f1b4f6ee3cde5eb291b28553aef Mon Sep 17 00:00:00 2001 From: hinder Date: Tue, 25 Oct 2011 15:58:36 +0000 Subject: doc: Remove revision and date from front page in manuals This was giving the revision and date of the UsersGuide.tex file etc, and not the date of the last edit to the documentation. Hence it was giving the impression that our documentation came from 2004. Better to have no date. This technique also worked only in SVN, and stopped people from using git-svn. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4758 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/MaintGuide/MaintGuide.tex | 3 +-- doc/ReferenceManual/ReferenceManual.tex | 2 +- doc/UsersGuide/UsersGuide.tex | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/MaintGuide/MaintGuide.tex b/doc/MaintGuide/MaintGuide.tex index 715af00b..d3faf6c8 100644 --- a/doc/MaintGuide/MaintGuide.tex +++ b/doc/MaintGuide/MaintGuide.tex @@ -46,8 +46,7 @@ urlcolor=blue \begin{document} -\cactustitlepage{Maintainers' Guide DRAFT VERSION}{$ $Revision$ -$}{$ $Date$ $} +\cactustitlepage{Maintainers' Guide DRAFT VERSION}{$ $}{$ $} \setcounter{page}{1} diff --git a/doc/ReferenceManual/ReferenceManual.tex b/doc/ReferenceManual/ReferenceManual.tex index 65e4959d..a4a8cbae 100644 --- a/doc/ReferenceManual/ReferenceManual.tex +++ b/doc/ReferenceManual/ReferenceManual.tex @@ -53,7 +53,7 @@ urlcolor=blue \begin{document} -\cactustitlepage{Reference Manual}{$ $Revision$ $}{$ $Date$ $} +\cactustitlepage{Reference Manual}{$ $}{$ $} \setcounter{page}{1} diff --git a/doc/UsersGuide/UsersGuide.tex b/doc/UsersGuide/UsersGuide.tex index 1c61a47a..747cbe38 100644 --- a/doc/UsersGuide/UsersGuide.tex +++ b/doc/UsersGuide/UsersGuide.tex @@ -50,7 +50,7 @@ urlcolor=blue \begin{document} -\cactustitlepage{Users' Guide}{$ $Revision$ $}{$ $Date$ $} +\cactustitlepage{Users' Guide}{$ $}{$ $} \setcounter{page}{1} -- cgit v1.2.3