diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-22 23:24:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-22 23:24:47 +0000 |
commit | ac704776b98a78d8057dda731ae1f9ff197a39ae (patch) | |
tree | c53112b7fdbf322fafc4b5984cf66ac69e9d2f5e /Master/texmf-dist/dvips | |
parent | 5a995cac7f3057e78407edda65d044602d2fd9c2 (diff) |
xcolor 2.10 update
git-svn-id: svn://tug.org/texlive/trunk@2852 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/xcolor/xcolor.pro | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/dvips/xcolor/xcolor.pro b/Master/texmf-dist/dvips/xcolor/xcolor.pro index ced9a1e9ca6..b3d530a3669 100644 --- a/Master/texmf-dist/dvips/xcolor/xcolor.pro +++ b/Master/texmf-dist/dvips/xcolor/xcolor.pro @@ -23,10 +23,10 @@ %% in the same archive or directory.) %% %% xcolor.pro (PostScript/dvips header file) -%% [2005/12/21 v2.09 LaTeX color extensions (UK)] +%% [2006/11/28 v2.10 LaTeX color extensions (UK)] %% %% ---------------------------------------------------------------- -%% Copyright (C) 2003-2005 by Dr. Uwe Kern <xcolor at ukern dot de> +%% Copyright (C) 2003-2006 by Dr. Uwe Kern <xcolor at ukern dot de> %% ---------------------------------------------------------------- %% userdict begin @@ -40,7 +40,9 @@ userdict begin /XCgray{mark exch exec/setgray XCsetcolor}XCbd /XChsb{mark exch exec/sethsbcolor XCsetcolor}XCbd /XCrgb{mark exch exec/setrgbcolor XCsetcolor}XCbd -/XC!b{save/setgray{pop}def}XCbd +/XCfixnormalscale{/normalscale{Resolution 72 div VResolution 72 div neg + scale magscale{DVImag dup scale}if}def}def +/XC!b{save XCfixnormalscale}XCbd /XC!e{restore}XCbd /XCsp2bp{1 65781.76 div dup scale}XCbd /XCsetline |