summaryrefslogtreecommitdiff
path: root/doc/latex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/latex')
-rw-r--r--doc/latex/cactus.sty14
1 files changed, 3 insertions, 11 deletions
diff --git a/doc/latex/cactus.sty b/doc/latex/cactus.sty
index 08c31c6b..857b8ae9 100644
--- a/doc/latex/cactus.sty
+++ b/doc/latex/cactus.sty
@@ -2,25 +2,17 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\NeedsTeXFormat{LaTeX2e}
-\def\CA@styledate{\CA@getsvndate $Date$}
-\def\CA@styleversion{\CA@getsvnversion $Revision$}
-
-
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\def\CA@getsvndate $#1:#2-#3-#4 #5:#6:#7${#2/#3/#4}
-\def\CA@getsvnversion $#1:#2${#2}
-
\IfFileExists{../interface.ccl} % Is this the documentation.tex for a thorn?
{
- \ProvidesPackage{../../../../doc/latex/cactus}[\CA@styledate \CA@styleversion]
+ \ProvidesPackage{../../../../doc/latex/cactus}
}
{
\IfFileExists{../FAQ} % Is this the UsersGuide or MaintGuide?
{
- \ProvidesPackage{../latex/cactus}[\CA@styledate \CA@styleversion]
+ \ProvidesPackage{../latex/cactus}
}
{
\IfFileExists{../../../arrangements/README} % Is this the
@@ -30,7 +22,7 @@
\ProvidesPackage{../../../doc/latex/cactus}
}
{
- \ProvidesPackage{cactus}[\CA@styledate \CA@styleversion]
+ \ProvidesPackage{cactus}
}
}
}