diff options
Diffstat (limited to 'Master')
6 files changed, 26 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/latex/ltxdockit/README b/Master/texmf-dist/doc/latex/ltxdockit/README index e1ee5d25084..574f451e9c8 100644 --- a/Master/texmf-dist/doc/latex/ltxdockit/README +++ b/Master/texmf-dist/doc/latex/ltxdockit/README @@ -1,4 +1,4 @@ -$Id: README,v 1.2c 2010/12/10 17:19:43 lehman stable $ +$Id: README,v 1.2d 2011/03/25 20:33:14 lehman stable $ ABOUT @@ -14,7 +14,7 @@ not meant to be an all-purpose LaTeX documentation kit. LICENSE -Copyright (c) 2008-2010 Philipp Lehman. This software is author- +Copyright (c) 2008-2011 Philipp Lehman. This software is author- maintained. Permission is granted to copy, distribute and/or modify this software under the terms of the LaTeX Project Public License (LPPL), version 1.3. This software is provided 'as is', without diff --git a/Master/texmf-dist/tex/latex/ltxdockit/btxdockit.sty b/Master/texmf-dist/tex/latex/ltxdockit/btxdockit.sty index a73ece13f8e..9a0a9b5c060 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.2c 2010/12/10 17:19:43 lehman stable $ +% $Id: btxdockit.sty,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} \ProvidesPackage{btxdockit} -[\ltd@rcsid $Id: btxdockit.sty,v 1.2c 2010/12/10 17:19:43 lehman stable $ +[\ltd@rcsid $Id: btxdockit.sty,v 1.2d 2011/03/25 20:33:14 lehman stable $ BibTeX documentation kit] \RequirePackage{etoolbox} diff --git a/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cfg b/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cfg index 27fcef1e2ed..270f0e76bd2 100644 --- a/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cfg +++ b/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cfg @@ -1,7 +1,7 @@ -% $Id: ltxdockit.cfg,v 1.2c 2010/12/10 17:19:43 lehman stable $ +% $Id: ltxdockit.cfg,v 1.2d 2011/03/25 20:33:14 lehman stable $ \ProvidesFile{ltxdockit.cfg} -[\ltd@rcsid $Id: ltxdockit.cfg,v 1.2c 2010/12/10 17:19:43 lehman stable $ +[\ltd@rcsid $Id: ltxdockit.cfg,v 1.2d 2011/03/25 20:33:14 lehman stable $ ltxdockit configuration (DFSG-free)] \RequirePackage[T1]{fontenc} 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}} diff --git a/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.def b/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.def index 4b040bbc6c6..d4ba31f4e46 100644 --- a/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.def +++ b/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.def @@ -1,7 +1,7 @@ -% $Id: ltxdockit.def,v 1.2c 2010/12/10 17:19:43 lehman stable $ +% $Id: ltxdockit.def,v 1.2d 2011/03/25 20:33:14 lehman stable $ \ProvidesFile{ltxdockit.def} -[\ltd@rcsid $Id: ltxdockit.def,v 1.2c 2010/12/10 17:19:43 lehman stable $ +[\ltd@rcsid $Id: ltxdockit.def,v 1.2d 2011/03/25 20:33:14 lehman stable $ ltxdockit pre-configuration (DFSG-free)] \RequirePackage{etoolbox} diff --git a/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.sty b/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.sty index 9d1c6183daa..fe20f104459 100644 --- a/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.sty +++ b/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.sty @@ -1,6 +1,6 @@ -% $Id: ltxdockit.sty,v 1.2c 2010/12/10 17:19:43 lehman stable $ +% $Id: ltxdockit.sty,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} \ProvidesPackage{ltxdockit} -[\ltd@rcsid $Id: ltxdockit.sty,v 1.2c 2010/12/10 17:19:43 lehman stable $ +[\ltd@rcsid $Id: ltxdockit.sty,v 1.2d 2011/03/25 20:33:14 lehman stable $ LaTeX documentation kit] \RequirePackage{etoolbox} @@ -143,10 +143,12 @@ % references -\newrobustcmd*{\secref}{\refs{\S}{\S\S}} -\newrobustcmd*{\Secref}{\secref} -\newrobustcmd*{\tabref}{\refs{table}{tables}} -\newrobustcmd*{\Tabref}{\refs{Table}{Tables}} +\newcommand*{\secref}{\refs{\S}{\S\S}} +\newcommand*{\Secref}{\refs{\S}{\S\S}} +\newcommand*{\apxref}{\refs{appendix}{appendices}} +\newcommand*{\Apxref}{\refs{Appendix}{Appendices}} +\newcommand*{\tabref}{\refs{table}{tables}} +\newcommand*{\Tabref}{\refs{Table}{Tables}} \newrobustcmd*{\refs}[3]{% \begingroup @@ -463,12 +465,12 @@ {\list{}{% \ifblank{#1} {\setlength{\labelwidth}{5em}} - {\settowidth{\labelwidth}{\displayverbfont#1}}% + {\settowidth{\labelwidth}{\optionlistfont#1}}% \setlength{\labelsep}{1em}% \setlength{\leftmargin}{\labelwidth}% \addtolength{\leftmargin}{\labelsep}% \setlength{\itemsep}{0pt}% - \renewcommand*{\makelabel}[1]{\displayverbfont##1\hss}}} + \renewcommand*{\makelabel}[1]{\optionlistfont##1\hss}}} {\endlist} \newenvironment*{valuelist*} |