summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/pdfcolmk.sty18
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/tabularht.sty8
2 files changed, 22 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/pdfcolmk.sty b/Master/texmf-dist/tex/latex/oberdiek/pdfcolmk.sty
index e50eae84a5c..28877569379 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/pdfcolmk.sty
+++ b/Master/texmf-dist/tex/latex/oberdiek/pdfcolmk.sty
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2000, 2005, 2006 by
+%% Copyright (C) 2000, 2005, 2006, 2007 by
%% Heiko Oberdiek <oberdiek@uni-freiburg.de>
%%
%% This work may be distributed and/or modified under the
@@ -29,7 +29,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{pdfcolmk}%
- [2006/02/20 v0.8 PDFtex COLor MarK (HO)]
+ [2007/01/01 v1.0 PDFtex COLor MarK (HO)]
\@ifundefined{ver@pdftex.def}{%
\PackageWarningNoLine{pdfcolmk}{%
Nothing to fix, because \string`pdftex.def\string' not loaded%
@@ -42,6 +42,20 @@
}%
\endinput
}
+\begingroup\expandafter\expandafter\expandafter\endgroup
+\expandafter\ifx\csname main@pdfcolorstack\endcsname\relax
+\else
+ % pdftex.def >= 2007/01/01 0.04a and pdfTeX >= 1.40.0
+ \begingroup
+ \let\on@line\@empty
+ \PackageInfo{pdfcolmk}{%
+ The color stack of pdfTeX \string>\string= 1.40 is used. %
+ Therefore\MessageBreak
+ this package is not necessary and not loaded%
+ }%
+ \endgroup
+ \expandafter\endinput
+\fi
\PackageInfo{pdfcolmk}{%
This package tries to simulate dvips's color stack\MessageBreak
diff --git a/Master/texmf-dist/tex/latex/oberdiek/tabularht.sty b/Master/texmf-dist/tex/latex/oberdiek/tabularht.sty
index 85162e478fa..dfdb6d5e2f2 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/tabularht.sty
+++ b/Master/texmf-dist/tex/latex/oberdiek/tabularht.sty
@@ -29,7 +29,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{tabularht}%
- [2006/02/20 v2.2 Tabular with height specification (HO)]
+ [2006/12/22 v2.3 Tabular with height specification (HO)]
\let\@toarrayheight\@empty
\let\tabH@array@init\@empty
@@ -212,7 +212,11 @@
\tabH@vrule{\tabH@currenttab}%
\fi
\begingroup
- \csname CT@arc@\endcsname\vline
+ \expandafter\ifx\csname CT@arc@\endcsname\relax
+ \else
+ \expandafter\CT@arc@
+ \fi
+ \vline
\endgroup
\hskip -.5\arrayrulewidth
}%