diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/pdfcol.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/pdfcol.dtx | 37 |
1 files changed, 21 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/pdfcol.dtx b/Master/texmf-dist/source/latex/oberdiek/pdfcol.dtx index 2ca0951ef45..b48498342ec 100644 --- a/Master/texmf-dist/source/latex/oberdiek/pdfcol.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/pdfcol.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment % % File: pdfcol.dtx -% Version: 2016/05/17 v1.4 +% Version: 2018/11/01 v1.5 % Info: Handle new color stacks for pdfTeX % % Copyright (C) 2007 by @@ -85,7 +85,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: pdfcol 2016/05/17 v1.4 Handle new color stacks for pdfTeX (HO)} +\Msg{* Package: pdfcol 2018/11/01 v1.5 Handle new color stacks for pdfTeX (HO)} \Msg{************************************************************************} \keepsilent @@ -97,7 +97,7 @@ This is a generated file. Project: pdfcol -Version: 2016/05/17 v1.4 +Version: 2018/11/01 v1.5 Copyright (C) 2007 by Heiko Oberdiek <heiko.oberdiek at googlemail.com> @@ -132,15 +132,15 @@ and the derived files \file{pdfcol.drv}{\from{pdfcol.dtx}{driver}}% \usedir{tex/generic/oberdiek}% \file{pdfcol.sty}{\from{pdfcol.dtx}{package}}% - \usedir{doc/latex/oberdiek/test}% - \file{pdfcol-test1.tex}{\from{pdfcol.dtx}{test1}}% - \file{pdfcol-test2.tex}{\from{pdfcol.dtx}{test2}}% - \file{pdfcol-test3.tex}{\from{pdfcol.dtx}{test3}}% - \file{pdfcol-test4.tex}{\from{pdfcol.dtx}{test4}}% +% \usedir{doc/latex/oberdiek/test}% +% \file{pdfcol-test1.tex}{\from{pdfcol.dtx}{test1}}% +% \file{pdfcol-test2.tex}{\from{pdfcol.dtx}{test2}}% +% \file{pdfcol-test3.tex}{\from{pdfcol.dtx}{test3}}% +% \file{pdfcol-test4.tex}{\from{pdfcol.dtx}{test4}}% \nopreamble \nopostamble - \usedir{source/latex/oberdiek/catalogue}% - \file{pdfcol.xml}{\from{pdfcol.dtx}{catalogue}}% +% \usedir{source/latex/oberdiek/catalogue}% +% \file{pdfcol.xml}{\from{pdfcol.dtx}{catalogue}}% } \catcode32=13\relax% active space @@ -167,7 +167,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{pdfcol.drv}% - [2016/05/17 v1.4 Handle new color stacks for pdfTeX (HO)]% + [2018/11/01 v1.5 Handle new color stacks for pdfTeX (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2011/11/22] \begin{document} @@ -196,7 +196,7 @@ and the derived files % \GetFileInfo{pdfcol.drv} % % \title{The \xpackage{pdfcol} package} -% \date{2016/05/17 v1.4} +% \date{2018/11/01 v1.5} % \author{Heiko Oberdiek\thanks % {Please report any issues at https://github.com/ho-tex/oberdiek/issues}\\ % \xemail{heiko.oberdiek at googlemail.com}} @@ -379,7 +379,7 @@ and the derived files \fi \expandafter\x\csname ver@pdfcol.sty\endcsname \ProvidesPackage{pdfcol}% - [2016/05/17 v1.4 Handle new color stacks for pdfTeX (HO)]% + [2018/11/01 v1.5 Handle new color stacks for pdfTeX (HO)]% % \end{macrocode} % % \subsection{Catcodes} @@ -448,7 +448,8 @@ and the derived files % LuaTeX Compatability % \begin{macrocode} \ifx\pdfextension\@undefined\else - \PDFCOL@RequirePackage{luatex85}[2016/01/01] + \def\pdfcolorstackinit {\pdffeedback colorstackinit} + \protected\def\pdfcolorstack {\pdfextension colorstack} \fi % \end{macrocode} % @@ -878,7 +879,7 @@ and the derived files \NeedsTeXFormat{LaTeX2e} \nofiles \documentclass{article} -\usepackage{pdfcol}[2016/05/17] +\usepackage{pdfcol}[2018/11/01] \usepackage{qstest} \IncludeTests{*} \LogTests{log}{*}{*} @@ -1135,7 +1136,7 @@ and the derived files <authorref id='auth:oberdiek'/> <copyright owner='Heiko Oberdiek' year='2007'/> <license type='lppl1.3'/> - <version number='1.4'/> + <version number='1.5'/> <description> Since version 1.40 pdfTeX supports color stacks. The driver file <tt>pdftex.def</tt> for package @@ -1179,6 +1180,10 @@ and the derived files % \item % Use luatex85 package for new luatex compatibility % \end{Version} +% \begin{Version}{2018/11/01 v1.5} +% \item +% Remove luatex85 dependency +% \end{Version} % \end{History} % % \PrintIndex |