diff options
author | Karl Berry <karl@freefriends.org> | 2018-09-08 21:44:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-09-08 21:44:30 +0000 |
commit | 24f53c7752dd4226b1e3469ca827e2e7cbb3d61d (patch) | |
tree | 3ab86ec00aa11579ed8009744e20e1e47bd3a877 /Master/texmf-dist/source | |
parent | b8dd38e12686b652fc2bd646150b594df14cc70b (diff) |
oberdiek (8sep18)
git-svn-id: svn://tug.org/texlive/trunk@48628 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
8 files changed, 50 insertions, 35 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/accsupp.dtx b/Master/texmf-dist/source/latex/oberdiek/accsupp.dtx index b341092b6cf..f890fa1a249 100644 --- a/Master/texmf-dist/source/latex/oberdiek/accsupp.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/accsupp.dtx @@ -280,7 +280,7 @@ and the derived files % The string is only expanded and written without further % treatment. Special characters are not protected, thus this method % may result in an invalid PDF file. -% \item[\xoption{mehod=escape}:] +% \item[\xoption{method=escape}:] % The string is expanded and special characters are escaped. % The result is a valid PDF string. % \item[\xoption{method=hex}:] diff --git a/Master/texmf-dist/source/latex/oberdiek/aliascnt.dtx b/Master/texmf-dist/source/latex/oberdiek/aliascnt.dtx index 6eaf2538234..d7d3f36be94 100644 --- a/Master/texmf-dist/source/latex/oberdiek/aliascnt.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/aliascnt.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment % % File: aliascnt.dtx -% Version: 2016/05/16 v1.4 +% Version: 2018/09/07 v1.5 % Info: Alias counters % % Copyright (C) 2006, 2009 by @@ -77,7 +77,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: aliascnt 2016/05/16 v1.4 Alias counters (HO)} +\Msg{* Package: aliascnt 2018/09/07 v1.5 Alias counters (HO)} \Msg{************************************************************************} \keepsilent @@ -89,7 +89,7 @@ This is a generated file. Project: aliascnt -Version: 2016/05/16 v1.4 +Version: 2018/09/07 v1.5 Copyright (C) 2006, 2009 by Heiko Oberdiek <heiko.oberdiek at googlemail.com> @@ -150,7 +150,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{aliascnt.drv}% - [2016/05/16 v1.4 Alias counters (HO)]% + [2018/09/07 v1.5 Alias counters (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2011/11/22] \begin{document} @@ -179,7 +179,7 @@ and the derived files % \GetFileInfo{aliascnt.drv} % % \title{The \xpackage{aliascnt} package} -% \date{2016/05/16 v1.4} +% \date{2018/09/07 v1.5} % \author{Heiko Oberdiek\thanks % {Please report any issues at https://github.com/ho-tex/oberdiek/issues}\\ % \xemail{heiko.oberdiek at googlemail.com}} @@ -261,7 +261,7 @@ and the derived files %<*package> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{aliascnt}% - [2016/05/16 v1.4 Alias counters (HO)]% + [2018/09/07 v1.5 Alias counters (HO)]% % \end{macrocode} % % \subsection{Create new alias counter} @@ -337,7 +337,7 @@ and the derived files % % Clear lists are manipulated by \cs{@addtoreset} and % \cs{@removefromreset}. The latter one is provided by -% the \xpackage{remreset} package (\cite{remreset}). +% the \xpackage{remreset} package (\cite{remreset} for old latex formats). % % \begin{macro}{\AC@patch} % The same patch principle is applicable to both @@ -353,11 +353,13 @@ and the derived files % \end{macrocode} % \end{macro} % If \xpackage{remreset} is not loaded we cannot delay -% the patch to \cs{AtBeginDocumen}, because \cs{@removefromreset} +% the patch to \cs{AtBeginDocument}, because \cs{@removefromreset} % can be called in between. Therefore we force the loading of % the package. % \begin{macrocode} -\RequirePackage{remreset} +\ifx\@removefromreset\@undefined + \RequirePackage{remreset} +\fi \AC@patch{addto} \AC@patch{removefrom} % \end{macrocode} @@ -564,7 +566,7 @@ and the derived files <authorref id='auth:oberdiek'/> <copyright owner='Heiko Oberdiek' year='2006,2009'/> <license type='lppl1.3'/> - <version number='1.4'/> + <version number='1.5'/> <description> This package introduces aliases for counters, that share the same counter register and clear list. @@ -630,6 +632,10 @@ and the derived files % \item % Documentation updates. % \end{Version} +% \begin{Version}{2018/09/07 v1.5} +% \item +% Avoid loading obsolete remreset package.. +% \end{Version} % \end{History} % % \PrintIndex diff --git a/Master/texmf-dist/source/latex/oberdiek/catalogue/aliascnt.xml b/Master/texmf-dist/source/latex/oberdiek/catalogue/aliascnt.xml index af62b8c91f5..3f32de366c3 100644 --- a/Master/texmf-dist/source/latex/oberdiek/catalogue/aliascnt.xml +++ b/Master/texmf-dist/source/latex/oberdiek/catalogue/aliascnt.xml @@ -6,7 +6,7 @@ <authorref id='auth:oberdiek'/> <copyright owner='Heiko Oberdiek' year='2006,2009'/> <license type='lppl1.3'/> - <version number='1.4'/> + <version number='1.5'/> <description> This package introduces aliases for counters, that share the same counter register and clear list. diff --git a/Master/texmf-dist/source/latex/oberdiek/catalogue/hypdoc.xml b/Master/texmf-dist/source/latex/oberdiek/catalogue/hypdoc.xml index 9c80b58dd31..3b4710fba66 100644 --- a/Master/texmf-dist/source/latex/oberdiek/catalogue/hypdoc.xml +++ b/Master/texmf-dist/source/latex/oberdiek/catalogue/hypdoc.xml @@ -6,7 +6,7 @@ <authorref id='auth:oberdiek'/> <copyright owner='Heiko Oberdiek' year='2002,2006,2007,2009-2011'/> <license type='lppl1.3'/> - <version number='1.13'/> + <version number='1.14'/> <description> This package adds hypertext features to the package <xref refid='doc'>doc</xref> that is used in the documentation diff --git a/Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx b/Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx index 1f6183830d2..4aeb797e77a 100644 --- a/Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment % % File: hypdoc.dtx -% Version: 2016/10/02 v1.13 +% Version: 2018/09/07 v1.14 % Info: Hyper extensions for doc.sty % % Copyright (C) 2002, 2006, 2007, 2009-2011 by @@ -77,7 +77,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: hypdoc 2016/10/02 v1.13 Hyper extensions for doc.sty (HO)} +\Msg{* Package: hypdoc 2018/09/07 v1.14 Hyper extensions for doc.sty (HO)} \Msg{************************************************************************} \keepsilent @@ -89,7 +89,7 @@ This is a generated file. Project: hypdoc -Version: 2016/10/02 v1.13 +Version: 2018/09/07 v1.14 Copyright (C) 2002, 2006, 2007, 2009-2011 by Heiko Oberdiek <heiko.oberdiek at googlemail.com> @@ -150,7 +150,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{hypdoc.drv}% - [2016/10/02 v1.13 Hyper extensions for doc.sty (HO)]% + [2018/09/07 v1.14 Hyper extensions for doc.sty (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2011/11/22] \begin{document} @@ -179,7 +179,7 @@ and the derived files % \GetFileInfo{hypdoc.drv} % % \title{The \xpackage{hypdoc} package} -% \date{2016/10/02 v1.13} +% \date{2018/09/07 v1.14} % \author{Heiko Oberdiek\thanks % {Please report any issues at https://github.com/ho-tex/oberdiek/issues}\\ % \xemail{heiko.oberdiek at googlemail.com}} @@ -236,7 +236,7 @@ and the derived files % The main part of this package deals with index links in order % to support the kind of index that package \verb|doc| provides. % \item[Thumbnails:] -% Package \verb|thumbpdf| is loaded for the case that the +% Package \verb|thumbpdf| may additionally be loaded for the case that the % PDF file also should contain thumbnails, see the documentation % of this package. But thumbnail embedding is not really % necessary, because nowadays AcrobatReader is able to @@ -358,7 +358,7 @@ and the derived files %<*package> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hypdoc}% - [2016/10/02 v1.13 Hyper extensions for doc.sty (HO)]% + [2018/09/07 v1.14 Hyper extensions for doc.sty (HO)]% % \end{macrocode} % The package identification is done at the top of the |.dtx| file % in order to use only one identification string. @@ -404,7 +404,6 @@ and the derived files \paperheight-\topmargin-1in-\headheight-\headsep }},% } -\RequirePackage{thumbpdf} % \end{macrocode} % % \begin{macrocode} @@ -1339,7 +1338,7 @@ and the derived files <authorref id='auth:oberdiek'/> <copyright owner='Heiko Oberdiek' year='2002,2006,2007,2009-2011'/> <license type='lppl1.3'/> - <version number='1.13'/> + <version number='1.14'/> <description> This package adds hypertext features to the package <xref refid='doc'>doc</xref> that is used in the documentation @@ -1430,6 +1429,10 @@ and the derived files % \item % Fixes to bookmarknames, also introduce \cs{changehistoryname} % \end{Version} +% \begin{Version}{2018/09/07 v1.14} +% \item +% Do not load \xpackage{thumpdf}. +% \end{Version} % \end{History} % % \PrintIndex diff --git a/Master/texmf-dist/source/latex/oberdiek/ifpdf.dtx b/Master/texmf-dist/source/latex/oberdiek/ifpdf.dtx index eabc0aa26b3..1aa3502128f 100644 --- a/Master/texmf-dist/source/latex/oberdiek/ifpdf.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/ifpdf.dtx @@ -1,6 +1,6 @@ % \iffalse %% Source File: ifpdf.dtx -%% Copyright 2016-2017 Heiko Oberdiek and LaTeX3 project +%% Copyright 2016-2018 Heiko Oberdiek and LaTeX3 project %% %% This file may be distributed under the terms of the LPPL. %% https://www.latex-project.org/lppl/ @@ -33,15 +33,15 @@ \ProvidesFile{ifpdf.dtx} %</dtx> %<*!install> -%<package>\ifx\ProvidesPackage\undefined +%<package>\ifnum1=0\ifx\ProvidesPackage\undefined1\else\ifx\ProvidesPackage\relax1\fi\fi %<package>\def\next#1#2[#3]{\wlog{#2 #3}\expandafter\gdef %<package>\csname ver\string @ifpdf.sty\endcsname{#3}} %<package>\expandafter\next\fi -%<package>\ProvidesPackage{ifpdf} +%<package>\ProvidesPackage{ifpdf}% %<driver> \ProvidesFile{ifpdf.drv} % \fi % \ProvidesFile{ifpdf.dtx} -[2017/03/15 v3.2 Provides the ifpdf switch] +[2018/09/07 v3.3 Provides the ifpdf switch] % \iffalse %</!install> % @@ -139,3 +139,5 @@ end % 2016/05/14 v3.1 define ver@ifpdf.sty in plain tex. % 2017/03/15 v3.2 define ver\string@ifpdf.sty in amstex tex. % https://github.com/ho-tex/oberdiek/issues/23 +% 2018/09/07 v3.3 guard against \ProvidesPackage being \relax +% https://github.com/ho-tex/oberdiek/issues/38 diff --git a/Master/texmf-dist/source/latex/oberdiek/pdftexcmds.dtx b/Master/texmf-dist/source/latex/oberdiek/pdftexcmds.dtx index e99f1840da8..62e6f0151f8 100644 --- a/Master/texmf-dist/source/latex/oberdiek/pdftexcmds.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/pdftexcmds.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment % % File: pdftexcmds.dtx -% Version: 2018/01/30 v0.27 +% Version: 2018/09/07 v0.28 % Info: Utility functions of pdfTeX for LuaTeX % % Copyright (C) 2007, 2009-2011 by @@ -88,7 +88,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: pdftexcmds 2018/01/30 v0.27 Utility functions of pdfTeX for LuaTeX (HO)} +\Msg{* Package: pdftexcmds 2018/09/07 v0.28 Utility functions of pdfTeX for LuaTeX (HO)} \Msg{************************************************************************} \keepsilent @@ -100,7 +100,7 @@ This is a generated file. Project: pdftexcmds -Version: 2018/01/30 v0.27 +Version: 2018/09/07 v0.28 Copyright (C) 2007, 2009-2011 by Heiko Oberdiek <heiko.oberdiek at googlemail.com> @@ -201,7 +201,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{pdftexcmds.drv}% - [2018/01/30 v0.27 Utility functions of pdfTeX for LuaTeX (HO)]% + [2018/09/07 v0.28 Utility functions of pdfTeX for LuaTeX (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2011/11/22] \usepackage{paralist} @@ -239,7 +239,7 @@ and the derived files % \GetFileInfo{pdftexcmds.drv} % % \title{The \xpackage{pdftexcmds} package} -% \date{2018/01/30 v0.27} +% \date{2018/09/07 v0.28} % \author{Heiko Oberdiek\thanks % {Please report any issues at https://github.com/ho-tex/oberdiek/issues}\\ % \xemail{heiko.oberdiek at googlemail.com}} @@ -618,7 +618,7 @@ and the derived files \fi \expandafter\x\csname ver@pdftexcmds.sty\endcsname \ProvidesPackage{pdftexcmds}% - [2018/01/30 v0.27 Utility functions of pdfTeX for LuaTeX (HO)]% + [2018/09/07 v0.28 Utility functions of pdfTeX for LuaTeX (HO)]% % \end{macrocode} % % \subsection{Catcodes} @@ -1174,7 +1174,7 @@ and the derived files \fi \fi \begingroup - \def\x{2018/01/30 v0.27}% + \def\x{2018/09/07 v0.28}% \ltx@onelevel@sanitize\x \edef\y{% \pdftexcmds@directlua{% @@ -1578,7 +1578,7 @@ and the derived files module("oberdiek.pdftexcmds", package.seeall) local systemexitstatus function getversion() - tex.write("2018/01/30 v0.27") + tex.write("2018/09/07 v0.28") end % \end{macrocode} % @@ -2709,6 +2709,10 @@ end % \item % \cs{pdf@mdfivesum} for \hologo{XeTeX} % \end{Version} +% \begin{Version}{2018/09/07 v0.28} +% \item +% Fix catcode regime in luatex sprint for \cs{pdf@shellescape} GH issue 45 +% \end{Version} % \end{History} % % \PrintIndex diff --git a/Master/texmf-dist/source/latex/oberdiek/readme-ctan.txt b/Master/texmf-dist/source/latex/oberdiek/readme-ctan.txt index 55c3df6cedb..e6ea1a799f2 100644 --- a/Master/texmf-dist/source/latex/oberdiek/readme-ctan.txt +++ b/Master/texmf-dist/source/latex/oberdiek/readme-ctan.txt @@ -1,4 +1,4 @@ -README 2018/04/03 +README 2018/09/07 This file describes the directory CTAN:macros/latex/contrib/oberdiek/ |