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/ltxdockit.cls | |
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/ltxdockit.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls b/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls index d36c1da9e8a..b8217a02e7c 100644 --- a/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls +++ b/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls @@ -1,6 +1,6 @@ -% $Id: ltxdockit.cls,v 1.2 2009/05/24 19:10:45 lehman stable $ +% $Id: ltxdockit.cls,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} -\ProvidesClass{ltxdockit}[2009/05/24 v1.2 latex documentation kit] +\ProvidesClass{ltxdockit} +[\ltd@rcsid $Id: ltxdockit.cls,v 1.2a 2010/02/12 20:20:16 lehman stable $ + LaTeX documentation kit] + \input{ltxdockit.def} \RequirePackage{etoolbox} @@ -23,7 +28,7 @@ \RequirePackage{keyval} \RequirePackage[T1]{fontenc} \RequirePackage{textcomp} -\RequirePackage{ltxdockit} +\RequirePackage{ltxdockit}[2010/02/11] \RequirePackage{hyperref} \RequirePackage[all]{hypcap} @@ -51,7 +56,7 @@ \providecommand*{\titlepage}{} \providecommand*{\titlefont}{} -\renewcommand*{\titlepage}[1]{\setkeys{ltd@ttp}{#1}} +\renewrobustcmd*{\titlepage}[1]{\setkeys{ltd@ttp}{#1}} \renewcommand*{\titlefont}{\bfseries} \define@key{ltd@ttp}{title}{\def\ltd@title@title{#1}} \define@key{ltd@ttp}{subtitle}{\def\ltd@title@subtitle{#1}} @@ -61,7 +66,8 @@ \define@key{ltd@ttp}{revision}{\def\ltd@title@revision{#1}} \define@key{ltd@ttp}{date}{\def\ltd@title@date{#1}} -\newcommand*{\printtitlepage}{% +\providecommand*{\printtitlepage}{} +\renewrobustcmd*{\printtitlepage}{% \begingroup \centering\titlefont \begingroup\LARGE |