diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-15 00:59:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-15 00:59:34 +0000 |
commit | 787c9c588dec04858ff94c93683684549cf92f58 (patch) | |
tree | fcbbd934565db3355fda7b5edbe916741f2b8f0d /Master/texmf-dist/tex/latex/ltxdockit/btxdockit.sty | |
parent | bf663adf271964612bb1f5fb927647643ca818ce (diff) |
ltxdockit update (13feb10)
git-svn-id: svn://tug.org/texlive/trunk@17018 c570f23f-e606-0410-a88d-b1316a301751
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} |