summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/oberdiek
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-31 22:34:05 +0000
committerKarl Berry <karl@freefriends.org>2006-12-31 22:34:05 +0000
commite7c4147cc5e3ed9a9baa218d7eebad637ff38800 (patch)
tree7e71db43b1ea20c693c0f651d9eebbd4bdf6b687 /Master/texmf-dist/tex/latex/oberdiek
parent418b0f76022e0fd2ec58a53cd89ff661f837f0a4 (diff)
oberdiek update (31dec06)
git-svn-id: svn://tug.org/texlive/trunk@3066 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek')
-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
}%