Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • Why not simply \usepackage[cmyk]{xcolor}? The \PassOptionsToPackage route is for the cases when xcolor is loaded by the class or some package (it should go before \documentclass). Commented Jul 9, 2012 at 14:06
  • I was getting an option clash and thus simply followed Martin Scharrers comment in the linked question (without, I admit, understanding why the option clash occured). Commented Jul 9, 2012 at 14:16
  • The two ways are alternative; why don't you edit your answer to make this clear? Commented Jul 9, 2012 at 14:22
  • Thanks, I learned something new and have edited the answer Commented Jul 9, 2012 at 14:31
  • 1
    I've tried both solutions but neither is perfectly working. The effect is somehow reduced, faded I'd say, but it is still noticeable. For the record \usepackage[cymk]{xcolor} gave me an Option Clash. Commented Jul 9, 2012 at 15:36