diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-20 22:51:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-20 22:51:43 +0000 |
commit | 90c8f7817dee14178ac759a83b36bc0b486d7c29 (patch) | |
tree | 8f04f6a87c579611a5b0f03aef36b315b2d185a8 /Master/texmf-dist/source | |
parent | 7310d70c7fda786e3272dce26ac08a614b9045b6 (diff) |
oberdiek update (19dec09)
git-svn-id: svn://tug.org/texlive/trunk@16459 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
6 files changed, 78 insertions, 44 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/bookmark.dtx b/Master/texmf-dist/source/latex/oberdiek/bookmark.dtx index 7b51b4a4c16..ee68c83a7f1 100644 --- a/Master/texmf-dist/source/latex/oberdiek/bookmark.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/bookmark.dtx @@ -76,7 +76,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: bookmark 2009/12/07 v1.7 PDF bookmarks (HO)} +\Msg{* Package: bookmark 2009/12/17 v1.8 PDF bookmarks (HO)} \Msg{************************************************************************} \keepsilent @@ -155,7 +155,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{bookmark.drv}% - [2009/12/07 v1.7 PDF bookmarks (HO)]% + [2009/12/17 v1.8 PDF bookmarks (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2008/08/11] \begin{document} @@ -164,7 +164,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{1945} +% \CheckSum{1947} % % \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 @@ -185,7 +185,7 @@ and the derived files % \GetFileInfo{bookmark.drv} % % \title{The \xpackage{bookmark} package} -% \date{2009/12/07 v1.7} +% \date{2009/12/17 v1.8} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -501,7 +501,7 @@ and the derived files open, openlevel=2, atend -]{bookmark}[2009/12/07] +]{bookmark}[2009/12/17] \bookmarksetup{color=blue} @@ -604,7 +604,7 @@ and the derived files %<*package> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{bookmark}% - [2009/12/07 v1.7 PDF bookmarks (HO)]% + [2009/12/17 v1.8 PDF bookmarks (HO)]% % \end{macrocode} % % \subsubsection{Requirements} @@ -1217,7 +1217,7 @@ and the derived files %<*dvipdfm> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{bkm-dvipdfm.def}% - [2009/12/07 v1.7 bookmark driver for dvipdfm (HO)]% + [2009/12/17 v1.8 bookmark driver for dvipdfm (HO)]% % \end{macrocode} % % \begin{macrocode} @@ -1266,6 +1266,7 @@ and the derived files \fi \fi }% + \csname HyPsd@XeTeXBigCharstrue\endcsname \pdfstringdef\BKM@title{#2}% \edef\BKM@FLAGS{\BKM@PrintStyle}% \let\BKM@action\@empty @@ -1382,7 +1383,7 @@ and the derived files %<*vtex> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{bkm-vtex.def}% - [2009/12/07 v1.7 bookmark driver for VTeX (HO)]% + [2009/12/17 v1.8 bookmark driver for VTeX (HO)]% % \end{macrocode} % % \begin{macrocode} @@ -1667,7 +1668,7 @@ and the derived files %<*pdftex> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{bkm-pdftex.def}% - [2009/12/07 v1.7 bookmark driver for pdfTeX (HO)]% + [2009/12/17 v1.8 bookmark driver for pdfTeX (HO)]% % \end{macrocode} % % \begin{macrocode} @@ -1788,7 +1789,7 @@ and the derived files %<*dvips> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{bkm-dvips.def}% - [2009/12/07 v1.7 bookmark driver for dvips (HO)]% + [2009/12/17 v1.8 bookmark driver for dvips (HO)]% % \end{macrocode} % \begin{macrocode} \def\BKM@PSHeaderFile#1{% @@ -1803,7 +1804,7 @@ and the derived files %<*dvipsone> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{bkm-dvipsone.def}% - [2009/12/07 v1.7 bookmark driver for dvipsone (HO)]% + [2009/12/17 v1.8 bookmark driver for dvipsone (HO)]% % \end{macrocode} % \begin{macrocode} \def\BKM@PSHeaderFile#1{% @@ -1818,7 +1819,7 @@ and the derived files %<*textures> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{bkm-textures.def}% - [2009/12/07 v1.7 bookmark driver for textures (HO)]% + [2009/12/17 v1.8 bookmark driver for textures (HO)]% % \end{macrocode} % \begin{macrocode} \def\BKM@PSHeaderFile#1{% @@ -2504,6 +2505,10 @@ and the derived files % \item % Use of package \xpackage{atveryend} fixed. % \end{Version} +% \begin{Version}{2009/12/17 v1.8} +% \item +% Support of \xpackage{hyperref} 2009/12/17 v6.79v for Xe\TeX. +% \end{Version} % \end{History} % % \PrintIndex diff --git a/Master/texmf-dist/source/latex/oberdiek/gettitlestring.dtx b/Master/texmf-dist/source/latex/oberdiek/gettitlestring.dtx index 0131083ead3..1aa6e7a817b 100644 --- a/Master/texmf-dist/source/latex/oberdiek/gettitlestring.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/gettitlestring.dtx @@ -70,7 +70,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: gettitlestring 2009/12/13 v1.2 Cleanup title references (HO)} +\Msg{* Package: gettitlestring 2009/12/18 v1.3 Cleanup title references (HO)} \Msg{************************************************************************} \keepsilent @@ -141,7 +141,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{gettitlestring.drv}% - [2009/12/13 v1.2 Cleanup title references (HO)]% + [2009/12/18 v1.3 Cleanup title references (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2008/08/11] \begin{document} @@ -150,7 +150,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{638} +% \CheckSum{641} % % \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{gettitlestring.drv} % % \title{The \xpackage{gettitlestring} package} -% \date{2009/12/13 v1.2} +% \date{2009/12/18 v1.3} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -320,7 +320,7 @@ and the derived files \fi \expandafter\x\csname ver@gettitlestring.sty\endcsname \ProvidesPackage{gettitlestring}% - [2009/12/13 v1.2 Cleanup title references (HO)] + [2009/12/18 v1.3 Cleanup title references (HO)] % \end{macrocode} % % \begin{macrocode} @@ -511,8 +511,9 @@ and the derived files % \begin{macro}{\GTS@PredefinedLeftCmds} % \begin{macrocode} \def\GTS@PredefinedLeftCmds{% - \GTS@TestLeft\Hy@SectionAnchor\GTS@Cdr \GTS@TestLeft\Hy@phantomsection\GTS@Cdr + \GTS@TestLeft\Hy@SectionAnchor\GTS@Cdr + \GTS@TestLeft\Hy@SectionAnchorHref\GTS@CdrTwo \GTS@TestLeft\label\GTS@CdrTwo \GTS@TestLeft\zlabel\GTS@CdrTwo \GTS@TestLeft\index\GTS@CdrTwo @@ -664,7 +665,7 @@ and the derived files %<*test2> \NeedsTeXFormat{LaTeX2e} \documentclass{minimal} -\usepackage{gettitlestring}[2009/12/13] +\usepackage{gettitlestring}[2009/12/18] \usepackage{qstest} \IncludeTests{*} \LogTests{log}{*}{*} @@ -916,6 +917,11 @@ and the derived files % \item % Forgotten third argument for \cs{InputIfFileExists} added. % \end{Version} +% \begin{Version}{2009/12/18 v1.3} +% \item +% \cs{Hy@SectionAnchorHref} added for filtering +% (hyperref 2009/12/18 v6.79w). +% \end{Version} % \end{History} % % \PrintIndex diff --git a/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins b/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins index 1dce440a3d9..10a311b6277 100644 --- a/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins +++ b/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins @@ -1,5 +1,5 @@ % oberdiek.ins -% 2009/12/15 +% 2009/12/18 % % Copyright (C) 1999, 2001, 2006 by % Heiko Oberdiek <oberdiek@uni-freiburg.de> diff --git a/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex b/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex index dce3fea5e91..9b10c864046 100644 --- a/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex +++ b/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex @@ -6,7 +6,7 @@ \newcommand*{\Subject}{CTAN:\CTANdir} \newcommand*{\Author}{Heiko Oberdiek} \newcommand*{\Email}{oberdiek@uni-freiburg.de} -\newcommand*{\Date}{2009/12/15} +\newcommand*{\Date}{2009/12/18} % Copyright (C) 2006 by % Heiko Oberdiek <oberdiek@uni-freiburg.de> @@ -185,7 +185,7 @@ [\entrysep] \entry{bmpsize}{2009/09/04}{1.6}{Extract size and resolution data from bitmap files}% [\entrysep] -\entry{bookmark}{2009/12/07}{1.7}{PDF bookmarks}% +\entry{bookmark}{2009/12/17}{1.8}{PDF bookmarks}% [\entrysep] \entry{catchfile}{2007/11/11}{1.2}{Catches the contents of a file}% [\entrysep] @@ -209,7 +209,7 @@ [\entrysep] \entry{flags}{2007/09/30}{0.4}{Flag setting in bit fields}% [\entrysep] -\entry{gettitlestring}{2009/12/13}{1.2}{Cleanup title references}% +\entry{gettitlestring}{2009/12/18}{1.3}{Cleanup title references}% [\entrysep] \entry{grfext}{2007/09/30}{1.0}{Managing graphics extensions}% [\entrysep] @@ -293,7 +293,7 @@ [\entrysep] \entry{refcount}{2008/08/11}{3.1}{Data extraction from references}% [\entrysep] -\entry{rerunfilecheck}{2009/12/12}{1.1}{Rerun checks for auxiliary files}% +\entry{rerunfilecheck}{2009/12/18}{1.2}{Rerun checks for auxiliary files}% [\entrysep] \entry{resizegather}{2009/12/05}{1.1}{Automatically resizing of too large equations}% [\entrysep] @@ -323,7 +323,7 @@ [\entrysep] \entry{twoopt}{2008/08/11}{1.5}{Definitions with two optional arguments}% [\entrysep] -\entry{uniquecounter}{2009/09/11}{1.0}{Provides unlimited unique counter}% +\entry{uniquecounter}{2009/12/18}{1.1}{Provides unlimited unique counter}% [\entrysep] \entry{zref}{2009/12/08}{2.7}{New reference scheme for \LaTeXe{}}% \end{overview} diff --git a/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx b/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx index 20d67b0ba2c..dd48b866b16 100644 --- a/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx @@ -70,7 +70,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: rerunfilecheck 2009/12/12 v1.1 Rerun checks for auxiliary files (HO)} +\Msg{* Package: rerunfilecheck 2009/12/18 v1.2 Rerun checks for auxiliary files (HO)} \Msg{************************************************************************} \keepsilent @@ -144,7 +144,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{rerunfilecheck.drv}% - [2009/12/12 v1.1 Rerun checks for auxiliary files (HO)]% + [2009/12/18 v1.2 Rerun checks for auxiliary files (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2008/08/11] \begin{document} @@ -174,7 +174,7 @@ and the derived files % \GetFileInfo{rerunfilecheck.drv} % % \title{The \xpackage{rerunfilecheck} package} -% \date{2009/12/12 v1.1} +% \date{2009/12/18 v1.2} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -251,7 +251,7 @@ and the derived files % Example for the configuration file: % \begin{macrocode} %<*cfg> -\ProvidesFile{rerunfilecheck.cfg}[2009/12/12 Default configuration]% +\ProvidesFile{rerunfilecheck.cfg}[2009/12/18 Default configuration]% \RerunFileCheckSetup{aux} %</cfg> % \end{macrocode} @@ -362,7 +362,7 @@ and the derived files \fi \expandafter\x\csname ver@rerunfilecheck.sty\endcsname \ProvidesPackage{rerunfilecheck}% - [2009/12/12 v1.1 Rerun checks for auxiliary files (HO)] + [2009/12/18 v1.2 Rerun checks for auxiliary files (HO)] % \end{macrocode} % % \begin{macrocode} @@ -620,7 +620,7 @@ and the derived files % % \begin{macrocode} \RequirePackage{atveryend}[2009/12/07] -\RequirePackage{uniquecounter}[2009/09/11] +\RequirePackage{uniquecounter}[2009/12/18] % \end{macrocode} % % \begin{macro}{\ReFiCh@CheckSum} @@ -1027,6 +1027,11 @@ and the derived files % \item % Short info shortened. % \end{Version} +% \begin{Version}{2009/12/18 v1.2} +% \item +% Required date for package \xpackage{uniquecounter} updated +% because of bug in this package. +% \end{Version} % \end{History} % % \PrintIndex diff --git a/Master/texmf-dist/source/latex/oberdiek/uniquecounter.dtx b/Master/texmf-dist/source/latex/oberdiek/uniquecounter.dtx index 5866da0c934..4b896b01bbf 100644 --- a/Master/texmf-dist/source/latex/oberdiek/uniquecounter.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/uniquecounter.dtx @@ -73,7 +73,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: uniquecounter 2009/09/11 v1.0 Provides unlimited unique counter (HO)} +\Msg{* Package: uniquecounter 2009/12/18 v1.1 Provides unlimited unique counter (HO)} \Msg{************************************************************************} \keepsilent @@ -148,7 +148,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{uniquecounter.drv}% - [2009/09/11 v1.0 Provides unlimited unique counter (HO)]% + [2009/12/18 v1.1 Provides unlimited unique counter (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2008/08/11] \begin{document} @@ -157,7 +157,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{617} +% \CheckSum{632} % % \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 @@ -178,7 +178,7 @@ and the derived files % \GetFileInfo{uniquecounter.drv} % % \title{The \xpackage{uniquecounter} package} -% \date{2009/09/11 v1.0} +% \date{2009/12/18 v1.1} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -318,7 +318,7 @@ and the derived files \fi \expandafter\x\csname ver@uniquecounter.sty\endcsname \ProvidesPackage{uniquecounter}% - [2009/09/11 v1.0 Provides unlimited unique counter (HO)] + [2009/12/18 v1.1 Provides unlimited unique counter (HO)] % \end{macrocode} % % \subsection{Catcodes} @@ -458,7 +458,9 @@ and the derived files \else \UniqueCounterIncrement{#1}% \expandafter\expandafter\expandafter\uqc@Call - \csname uqc@cnt@#1\expandafter\endcsname + \expandafter\expandafter\expandafter{% + \csname uqc@cnt@#1\expandafter\endcsname\expandafter + }% \fi } % \end{macrocode} @@ -574,7 +576,7 @@ and the derived files \NeedsTeXFormat{LaTeX2e} \nofiles \documentclass{minimal} -\usepackage{uniquecounter}[2009/09/11] +\usepackage{uniquecounter}[2009/12/18] \usepackage{qstest} \IncludeTests{*} \LogTests{log}{*}{*} @@ -629,13 +631,24 @@ and the derived files \UniqueCounterNew{foo}% }% \CheckValue{foo}{0}% - \CheckSpace{% - \UniqueCounterCall{foo}{\CheckCall}{1}% - }% - \CheckSpace{% - \UniqueCounterCall{foo}{\CheckCall}{2}% + \def\Check#1{% + \CheckSpace{% + \UniqueCounterCall{foo}{\CheckCall}{#1}% + }% + \CheckValue{foo}{#1}% }% - \CheckValue{foo}{2}% + \Check{1}% + \Check{2}% + \Check{3}% + \Check{4}% + \Check{5}% + \Check{6}% + \Check{7}% + \Check{8}% + \Check{9}% + \Check{10}% + \Check{11}% + \Check{12}% \end{qstest} \csname @@end\endcsname @@ -917,6 +930,11 @@ and the derived files % \item % First public version. % \end{Version} +% \begin{Version}{2009/12/18 v1.1} +% \item +% Bug fix in \cs{UniqueCounterCall} for values \textgreater\ 9 +% (bug report of Lev Bishop). +% \end{Version} % \end{History} % % \PrintIndex |