diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/svn-multi/svnkw.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/svn-multi/svnkw.sty | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/svn-multi/svnkw.sty b/Master/texmf-dist/tex/latex/svn-multi/svnkw.sty index 190ab159052..b3aa179102a 100644 --- a/Master/texmf-dist/tex/latex/svn-multi/svnkw.sty +++ b/Master/texmf-dist/tex/latex/svn-multi/svnkw.sty @@ -25,20 +25,14 @@ %% This work consists of the files svn-multi.dtx, svn-multi-pl.dtx, svn-multi.ins %% and the derived files svn-multi.sty, svnkw.sty and svn-multi.pl. %% -\def\filedate$#1: #2 #3 #4-#5-#6 #7 ${% - \year#4\month#5\day#6\relax - \def\filedate{#4/#5/#6}% - \def\filerev{#3}% -} -\filedate$Id: svn-multi.dtx 621 2009-03-23 12:26:36Z martin $ -\def\fileversion{v2.0} +\makeatletter \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{svnkw} -[\filedate\space\fileversion\space Backward compatibility wrapper for svn-multi] -\PackageWarning{svnkw}{The package 'svnkw' got renamed to 'svn-multi' -and is now only a backward compatibility wrapper which loads 'svn-multi'. -Please adjust your document preamble to use the new name.} -\RequirePackage{svn-multi}[\filedate] + [2009/03/27 v2.1 Backward compatibility wrapper for svn-multi] +\PackageWarning{svnkw}{The package 'svnkw' got renamed to 'svn-multi' and is now +only a backward compatibility wrapper which loads 'svn-multi'. Please adjust +your document preamble to use the new name.} +\RequirePackage{svn-multi} \endinput %% %% End of file `svnkw.sty'. |