diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-02 23:59:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-02 23:59:23 +0000 |
commit | e733cbfe3512600688e296c70149a128c63c6399 (patch) | |
tree | d308e0668a1738e52e6f2aef66bbdd10dedc32b1 /Master/texmf-dist/source/latex/oberdiek/pdfcol.dtx | |
parent | b976ea0454de996a49ec858311ab475bd0821263 (diff) |
oberdiek update (2mar10)
git-svn-id: svn://tug.org/texlive/trunk@17292 c570f23f-e606-0410-a88d-b1316a301751
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 |