diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek/pdfcolmk.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/oberdiek/pdfcolmk.sty | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/pdfcolmk.sty b/Master/texmf-dist/tex/latex/oberdiek/pdfcolmk.sty index 28877569379..dc2b60120c1 100644 --- a/Master/texmf-dist/tex/latex/oberdiek/pdfcolmk.sty +++ b/Master/texmf-dist/tex/latex/oberdiek/pdfcolmk.sty @@ -29,7 +29,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{pdfcolmk}% - [2007/01/01 v1.0 PDFtex COLor MarK (HO)] + [2007/04/11 v1.1 PDFtex COLor MarK (HO)] \@ifundefined{ver@pdftex.def}{% \PackageWarningNoLine{pdfcolmk}{% Nothing to fix, because \string`pdftex.def\string' not loaded% @@ -71,38 +71,38 @@ \long\def\mark#1{% \protected@xdef\pec@value{#1}% \pec@setmark - } + }% \def\pec@setmark{% \begingroup \@temptokena\expandafter{\pec@value}% \pec@mark{{\current@color}\the\@temptokena}% \endgroup - } + }% \def\pec@getmark{% \xdef\pec@botcolor{% \expandafter\@firstofthree\botmark\@empty\@empty\@empty }% - } + }% \long\def\@firstofthree#1#2#3{#1}% - \CheckCommand{\@leftmark}[2]{#1} - \CheckCommand{\@rightmark}[2]{#2} + \CheckCommand{\@leftmark}[2]{#1}% + \CheckCommand{\@rightmark}[2]{#2}% \CheckCommand*{\leftmark}{% \expandafter\@leftmark\botmark\@empty\@empty - } + }% \CheckCommand*{\rightmark}{% \expandafter\@rightmark\firstmark\@empty\@empty - } - \long\def\@leftmark#1#2#3{#2} - \long\def\@rightmark#1#2#3{#3} + }% + \long\def\@leftmark#1#2#3{#2}% + \long\def\@rightmark#1#2#3{#3}% \g@addto@macro\leftmark\@empty \g@addto@macro\rightmark\@empty \else - \RequirePackage{etex}[1998/03/26] + \RequirePackage{etex}[1998/03/26]% \newmarks\pec@marks - \def\pec@setmark{\marks\pec@marks{\current@color}} - \def\pec@getmark{\xdef\pec@botcolor{\botmarks\pec@marks}} + \def\pec@setmark{\marks\pec@marks{\current@color}}% + \def\pec@getmark{\xdef\pec@botcolor{\botmarks\pec@marks}}% \fi \chardef\pec@result\z@ @@ -439,7 +439,7 @@ }{} \@ifclassloaded{seminar}{% - \newcommand\pec@org@makeslide{} + \newcommand\pec@org@makeslide{}% \let\pec@org@makeslide\@makeslide \def\@makeslide{% \pec@PatchVBoxCCLV |