diff options
author | Norbert Preining <preining@logic.at> | 2006-10-04 08:43:01 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2006-10-04 08:43:01 +0000 |
commit | ba9472aebfed07843bc4faa00c7b96bc86194691 (patch) | |
tree | 4a952a012e2f1663beaac6384dec265fb50dd361 /Master/texmf-dist/dvips | |
parent | a88bdfe70c672cfced299babf0a54881a916bcca (diff) |
Fix ctan2tds for pgf installation
comment powerdot-doc-vn in tpm-ctan-check, it always breaks
Update of the following packages:
labelcas pstricks-add sectionbox ltxmisc frenchle flowfram verse emulateapj
pst-pdf poemscol babelbib dk-bib breakurl screenplay ncctools xkeyval bibleref
muthesis pst-labo pgf ncclatex active-conf xcolor commath lineno dottex makeplo
git-svn-id: svn://tug.org/texlive/trunk@2240 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/xcolor/xcolor.pro | 31 |
1 files changed, 22 insertions, 9 deletions
diff --git a/Master/texmf-dist/dvips/xcolor/xcolor.pro b/Master/texmf-dist/dvips/xcolor/xcolor.pro index e68446a7101..ced9a1e9ca6 100644 --- a/Master/texmf-dist/dvips/xcolor/xcolor.pro +++ b/Master/texmf-dist/dvips/xcolor/xcolor.pro @@ -23,7 +23,7 @@ %% in the same archive or directory.) %% %% xcolor.pro (PostScript/dvips header file) -%% [2005/10/15 v2.06 LaTeX color extensions (UK)] +%% [2005/12/21 v2.09 LaTeX color extensions (UK)] %% %% ---------------------------------------------------------------- %% Copyright (C) 2003-2005 by Dr. Uwe Kern <xcolor at ukern dot de> @@ -31,13 +31,26 @@ %% userdict begin /setcmycolor{0 setcmykcolor}def -/XCdef{exch dup TeXDict exch known{pop pop}{exch def}ifelse}bind def -/XCbdef{bind XCdef}bind def -/XCsetcolor{cvx counttomark array astore cvx exch pop XCdef}XCbdef -/XCcmy{mark exch exec /setcmycolor XCsetcolor}XCbdef -/XCcmyk{mark exch exec /setcmykcolor XCsetcolor}XCbdef -/XCgray{mark exch exec /setgray XCsetcolor}XCbdef -/XChsb{mark exch exec /sethsbcolor XCsetcolor}XCbdef -/XCrgb{mark exch exec /setrgbcolor XCsetcolor}XCbdef +/XCbd{bind def}bind def +/XCed{exch def}XCbd +/XCdef{exch dup TeXDict exch known{pop pop}{XCed}ifelse}XCbd +/XCsetcolor{cvx counttomark array astore cvx exch pop XCdef}XCbd +/XCcmy{mark exch exec/setcmycolor XCsetcolor}XCbd +/XCcmyk{mark exch exec/setcmykcolor XCsetcolor}XCbd +/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 +/XC!e{restore}XCbd +/XCsp2bp{1 65781.76 div dup scale}XCbd +/XCsetline + {setlinewidth [] 0 setdash 2 setlinecap 0 setlinejoin 4 setmiterlimit}XCbd +/XCboxframe{/d XCed/h XCed/w XCed/l XCed w 0 gt{h d neg gt{l 0 gt + {XCsp2bp l XCsetline + l 2 div dup translate + 0 d neg w l sub h l sub d add rectstroke}if}if}if}XCbd +/XCcolorblock{/d XCed/h XCed/w XCed w 0 gt{h d neg gt + {XCsp2bp 0 XCsetline + 0 d neg w h d add rectfill}if}if}XCbd end %% End of file `xcolor.pro'. |