diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-04 22:54:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-04 22:54:00 +0000 |
commit | af9c077df1bd0d7aabc861d8e1871c86db6bc200 (patch) | |
tree | 731bbc4846197432c5d09a549fe86ae9f1b9a9da /Master/texmf-dist/source/latex/oberdiek/holtxdoc.dtx | |
parent | 217fb8a95dd3f919789e9ce3787a24279e710a4b (diff) |
oberdiek update (4apr10)
git-svn-id: svn://tug.org/texlive/trunk@17684 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/holtxdoc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/holtxdoc.dtx | 57 |
1 files changed, 51 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/holtxdoc.dtx b/Master/texmf-dist/source/latex/oberdiek/holtxdoc.dtx index aaebec63b69..6b7e6582022 100644 --- a/Master/texmf-dist/source/latex/oberdiek/holtxdoc.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/holtxdoc.dtx @@ -71,7 +71,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: holtxdoc 2010/03/10 v0.15 Private additional ltxdoc support (HO)} +\Msg{* Package: holtxdoc 2010/04/03 v0.16 Private additional ltxdoc support (HO)} \Msg{************************************************************************} \keepsilent @@ -141,7 +141,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{holtxdoc.drv}% - [2010/03/10 v0.15 Private additional ltxdoc support (HO)]% + [2010/04/03 v0.16 Private additional ltxdoc support (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2008/08/11] \begin{document} @@ -150,7 +150,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{342} +% \CheckSum{406} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -171,7 +171,7 @@ and the derived files % \GetFileInfo{holtxdoc.drv} % % \title{The \xpackage{holtxdoc} package} -% \date{2010/03/10 v0.15} +% \date{2010/04/03 v0.16} % \author{Heiko Oberdiek\\\xemail{heiko.oberdiek at googlemail.com}} % % \maketitle @@ -211,11 +211,13 @@ and the derived files % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{holtxdoc}% - [2010/03/10 v0.15 Private additional ltxdoc support (HO)] + [2010/04/03 v0.16 Private additional ltxdoc support (HO)] % \end{macrocode} % % \begin{macrocode} -\RequirePackage[numbered]{hypdoc} +\RequirePackage[numbered]{hypdoc}[2010/03/26] +\RequirePackage{pdftexcmds}[2010/04/01] +\RequirePackage{ltxcmds}[2010/03/09] \RequirePackage{array} % \end{macrocode} % @@ -230,6 +232,45 @@ and the derived files } % \end{macrocode} % +% \subsection{Date} +% +% \begin{macrocode} +\ltx@IfUndefined{pdf@filemoddate}{% +}{% + \edef\hld@temp{\pdf@filemoddate{\jobname.dtx}}% + \ifx\hld@temp\ltx@empty + \else + \begingroup + \def\x#1:#2#3#4#5#6#7#8#9{% + \year=#2#3#4#5\relax + \month=#6#7\relax + \day=#8#9\relax + \y + }% + \def\y#1#2#3#4#5\@nil{% + \time=#1#2\relax + \multiply\time by 60\relax + \advance\time#3#4\relax + }% + \expandafter\x\hld@temp\@nil + \edef\x{\endgroup + \year=\the\year\relax + \month=\the\month\relax + \day=\the\day\relax + \time=\the\time\relax + }% + \x + \edef\hld@temp{% + \noexpand\hypersetup{% + pdfcreationdate=\hld@temp,% + pdfmoddate=\hld@temp + }% + }% + \hld@temp + \fi +} +% \end{macrocode} +% % \subsection{History} % % \begin{macrocode} @@ -742,6 +783,10 @@ and the derived files % \cs{LuaTeX} changed according to Hans Hagen's definition % in the luatex mailing list. % \end{Version} +% \begin{Version}{2010/04/03 v0.16} +% \item +% Use date and time of \xext{dtx} file. +% \end{Version} % \end{History} % % \PrintIndex |