diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/pdfcol.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/pdfcol.dtx | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/pdfcol.dtx b/Master/texmf-dist/source/latex/oberdiek/pdfcol.dtx index bd0b2828e51..d1598de562a 100644 --- a/Master/texmf-dist/source/latex/oberdiek/pdfcol.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/pdfcol.dtx @@ -66,6 +66,8 @@ % %<*ignore> \begingroup + \catcode123=1 % + \catcode125=2 % \def\x{LaTeX2e}% \expandafter\endgroup \ifcase 0\ifx\install y1\fi\expandafter @@ -128,7 +130,8 @@ and the derived files \file{pdfcol-test4.tex}{\from{pdfcol.dtx}{test4}}% } -\obeyspaces +\catcode32=13\relax% active space +\let =\space% \Msg{************************************************************************} \Msg{*} \Msg{* To finish the installation you have to move the following} @@ -164,7 +167,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{645} +% \CheckSum{646} % % \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 @@ -402,13 +405,6 @@ and the derived files % % \subsection{Check requirements} % -% \begin{macro}{ifpdfcolAvailable} -% \begin{macrocode} -\newif\ifpdfcolAvailable -\pdfcolAvailabletrue -% \end{macrocode} -% \end{macro} -% % \begin{macro}{\PDFCOL@RequirePackage} % \begin{macrocode} \begingroup\expandafter\expandafter\expandafter\endgroup @@ -422,10 +418,21 @@ and the derived files % \end{macrocode} % \end{macro} % +% \begin{macrocode} +\PDFCOL@RequirePackage{ltxcmds}[2010/03/01] +% \end{macrocode} +% +% \begin{macro}{ifpdfcolAvailable} +% \begin{macrocode} +\ltx@newif\ifpdfcolAvailable +\pdfcolAvailabletrue +% \end{macrocode} +% \end{macro} +% % \subsubsection{Check package \xpackage{luacolor}} % % \begin{macrocode} -\newif\ifPDFCOL@luacolor +\ltx@newif\ifPDFCOL@luacolor \begingroup\expandafter\expandafter\expandafter\endgroup \expandafter\ifx\csname ver@luacolor.sty\endcsname\relax \PDFCOL@luacolorfalse |