documentation/svn.sty
changeset 370 148155bb9abc
parent 369 7920ca086e5c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/documentation/svn.sty	Mon Sep 25 15:55:46 2006 +0000
@@ -0,0 +1,79 @@
+%%
+%% This is file `svn.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% svn.dtx  (with options: `package')
+%% 
+%% This is a generated file.
+%% 
+%% Copyright (C) 2003 by Richard Lewis <rpil+svn@rtf.org.uk>
+%% 
+%% This file may be distributed and/or modified under the conditions
+%% of the LaTeX Project Public License, either version 1.2 of this
+%% license or (at your option) any later version.  The latest version
+%% of this license is in:
+%% 
+%%    http://www.latex-project.org/lppl.txt
+%% 
+%% and version 1.2 or later is part of all distributions of LaTeX
+%% version 1999/12/01 or later.
+%% 
+\NeedsTeXFormat{LaTeX2e}
+\def\next $Id: #1 #2 #3-#4-#5 #6${%
+  \def\svn@date{#3/#4/#5}%
+  \def\svn@revision{#2}%
+}
+\next $Id: svn.dtx 32 2003-09-21 19:08:50Z rpil2 $
+\edef\next{%
+  \noexpand\ProvidesPackage{svn}[\svn@date\space r\svn@revision\space
+                                 Typeset Subversion keywords.]%
+}
+\next
+\def\SVN $#1${\svn@$#1: $}
+\let\SVNempty\relax
+\def\svn@$#1: #2${%
+  \def\svn@tmp{#2}%
+  \ifx\svn@tmp\@empty
+    \def\svn@suffix{@unexpanded}%
+  \else
+    \def\svn@suffix{@expanded}%
+  \fi
+  \@ifundefined{SVN@#1\svn@suffix}%
+      {\@nameuse{SVN@generic\svn@suffix}{#1}{#2}}%
+    {\@nameuse{SVN@#1\svn@suffix}{#1}{#2}}%
+}
+\def\SVN@generic@expanded#1#2{%
+  \expandafter\svn@set\csname SVN#1\endcsname$#2$%
+}
+\def\SVN@generic@unexpanded#1#2{%
+  \expandafter\global\expandafter\let\csname SVN#1\endcsname\SVNempty
+}
+\def\svn@set#1$#2 : ${\gdef#1{#2}}
+\def\SVN@Date@unexpanded#1#2{%
+  \gdef\SVNDate{\today}%
+  \global\let\SVNTime\SVNempty
+  \global\let\SVNRawDate\SVNempty
+}
+\let\SVN@LastChangedDate@unexpanded\SVN@Date@unexpanded
+\def\SVN@Date@expanded#1#2{%
+  \svn@set\SVNRawDate$#2$%
+  \svn@parse@date$#2$%
+}
+\let\SVN@LastChangedDate@expanded\SVN@Date@expanded
+\def\svn@parse@date$#1-#2-#3 #4:#5:#6 #7${%
+  \gdef\SVNDate{%
+    \begingroup
+      \def\svn@tmp{\PackageError{svn}{\SVNDate should not
+      be used in an \protect\edef}{See the svn.sty documentation for a
+      work around.}}%
+      \day#3 \month#2 \year#1
+      \today
+    \endgroup}%
+  \gdef\SVNTime{#4:#5:#6}%
+}
+\def\SVNdate $#1${\SVN $#1$\date{\SVNDate}}
+\endinput
+%%
+%% End of file `svn.sty'.