diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ltxdockit/btxdockit.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ltxdockit/btxdockit.sty | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/ltxdockit/btxdockit.sty b/Master/texmf-dist/tex/latex/ltxdockit/btxdockit.sty index 3502cf744d8..fe50f1c48f2 100644 --- a/Master/texmf-dist/tex/latex/ltxdockit/btxdockit.sty +++ b/Master/texmf-dist/tex/latex/ltxdockit/btxdockit.sty @@ -1,6 +1,6 @@ -% $Id: btxdockit.sty,v 1.2 2009/05/24 19:10:45 lehman stable $ +% $Id: btxdockit.sty,v 1.2a 2010/02/12 20:20:16 lehman stable $ % -% Copyright (c) 2008-2009 Philipp Lehman. +% Copyright (c) 2008-2010 Philipp Lehman. % % Permission is granted to copy, distribute and/or modify this % software under the terms of the LaTeX Project Public License @@ -14,8 +14,13 @@ % implied warranties of merchantability and fitness for a % particular purpose. +\def\ltd@rcsid$#1: #2 #3 #4 #5${#4 v#3} + \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{btxdockit}[2009/05/24 v1.2 bibtex documentation kit] +\ProvidesPackage{btxdockit} +[\ltd@rcsid $Id: btxdockit.sty,v 1.2a 2010/02/12 20:20:16 lehman stable $ + BibTeX documentation kit] + \RequirePackage{etoolbox} \RequirePackage{ltxdockit} |