summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-03-28 23:11:01 +0000
committerKarl Berry <karl@freefriends.org>2011-03-28 23:11:01 +0000
commitcc6e4a743ac47c91f8f673b7f1a6afd2b20d3260 (patch)
treef8dc676c9f781a8ce0e5ebfa5586cda74b736f2d /Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls
parent39a323bc3f0276930c0bac3d8025a8513786f0eb (diff)
ltxdockit (28mar11)
git-svn-id: svn://tug.org/texlive/trunk@21869 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.cls12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls b/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls
index ba1ae0b784a..43fcb3bfde2 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.2c 2010/12/10 17:19:43 lehman stable $
+% $Id: ltxdockit.cls,v 1.2d 2011/03/25 20:33:14 lehman stable $
%
-% Copyright (c) 2008-2010 Philipp Lehman.
+% Copyright (c) 2008-2011 Philipp Lehman.
%
% Permission is granted to copy, distribute and/or modify this
% software under the terms of the LaTeX Project Public License
@@ -18,7 +18,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{ltxdockit}
-[\ltd@rcsid $Id: ltxdockit.cls,v 1.2c 2010/12/10 17:19:43 lehman stable $
+[\ltd@rcsid $Id: ltxdockit.cls,v 1.2d 2011/03/25 20:33:14 lehman stable $
LaTeX documentation kit]
\input{ltxdockit.def}
@@ -28,12 +28,12 @@
\RequirePackage{keyval}
\RequirePackage[T1]{fontenc}
\RequirePackage{textcomp}
-\RequirePackage{ltxdockit}[2010/02/11]
+\RequirePackage{ltxdockit}
\RequirePackage{hyperref}
\RequirePackage[all]{hypcap}
-\newrobustcmd*{\fnurl}{\hyper@normalise\ltd@fnurl}
-\def\ltd@fnurl#1{\footnote{\hyper@linkurl{\Hurl{#1}}{#1}}}
+\newrobustcmd*{\fnurl}[1][]{\hyper@normalise\ltd@fnurl{#1}}
+\def\ltd@fnurl#1#2{\footnote{#1\hyper@linkurl{\Hurl{#2}}{#2}}}
\newrobustcmd*{\email}{\hyper@normalise\ltd@email}
\def\ltd@email#1{\href{mailto:#1}{#1}}