summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/spotcolor/spotcolor.sty
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2006-11-25 04:22:50 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2006-11-25 04:22:50 +0000
commitec573a613cbc9a1c6d7f9d9497a8b9dcd5312b42 (patch)
tree4816b7177ba9a341ee3b4489c4b867e674140428 /Master/texmf-dist/tex/latex/spotcolor/spotcolor.sty
parente4b8675cd28f8008d6a8930c58ddfc320250ee69 (diff)
updated spotcolor.
git-svn-id: svn://tug.org/texlive/trunk@2522 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/spotcolor/spotcolor.sty')
-rw-r--r--Master/texmf-dist/tex/latex/spotcolor/spotcolor.sty66
1 files changed, 0 insertions, 66 deletions
diff --git a/Master/texmf-dist/tex/latex/spotcolor/spotcolor.sty b/Master/texmf-dist/tex/latex/spotcolor/spotcolor.sty
deleted file mode 100644
index 3fc275b0e3b..00000000000
--- a/Master/texmf-dist/tex/latex/spotcolor/spotcolor.sty
+++ /dev/null
@@ -1,66 +0,0 @@
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{spotcolor}
- [2006/05/26 v1.0 Package for adding Spot Color support to pdfLaTeX.]
-
-\newif\ifhks\hksfalse
-\newif\ifpantone\pantonefalse
-\DeclareOption{hks}{\hkstrue} % preload hks color values into "hks" colorspace
-\DeclareOption{pantone}{\pantonetrue} % preload pantone color values into "pantone" colorspace
-\ProcessOptions
-
-\RequirePackage[pdftex]{graphics}
-%\RequirePackage{color}
-
-%
-% Erzeugt neuen Colorspace
-%
-\newcommand\NewSpotColorSpace[1]{%
- \expandafter\newtoks\csname #1\endcsname%
- \csname #1\endcsname{}%
-}
-
-%
-% Colorspace variable, color name, CMYK representation
-% Adds a new spot color with the CMYK representation in the 2nd parameter (HEX with values from 00-FF)
-%
-\catcode`\#=12%
-\def\SpotSpace{#20}
-\catcode`\#=6%
-\gdef\csgrab#1#2{#2\expandafter{\the#2 #1}}%
-\newcount{\thecolorprofile}
-\newcount{\thecolor}
-\newcommand\AddSpotColor[4]{%
- \def\obj{ 0 R}%
- \pdfobj{<</C0[0 0 0 0]/FunctionType 2/C1[#4]/Domain[0 1]/N 1>>}%
- \thecolorprofile=\the\pdflastobj%
- \pdfobj{[/Separation/#3 /DeviceCMYK \the\thecolorprofile \obj]}% output color space Info
- \thecolor=\the\pdflastobj%
- \edef\tempcs{/#2 \the\pdflastobj \obj}%
- \expandafter\csgrab\expandafter{\tempcs}{\csname #1\endcsname}%
- \pdfrefobj\thecolorprofile%
- \pdfrefobj\thecolor%
-}%
-
-%
-% Sets a color space for the current page
-%
-\def\SetPageColorResource#1{\pdfpageresources{/ColorSpace<<#1>>}}
-\newcommand\SetPageColorSpace[1]{%
- \expandafter\SetPageColorResource\expandafter{\the\csname #1\endcsname}%
-}%
-
-%
-% Sets the spot color
-%
-\def\SpotColor#1#2{%
- \pdfliteral{/#1 cs}%
- \pdfliteral{/#1 CS}%
- \pdfliteral{#2 sc}%
- \pdfliteral{#2 SC}%
-}%
-
-%
-% If pantone or hks option specified then load corresponding color tables
-%
-\ifhks\input{spotcolorhks}\fi
-\ifpantone\input{spotcolorpantone}\fi