GeneralRGB to CMYK

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
nifty
Posts: 16
Joined: Sat Oct 09, 2010 4:24 pm

RGB to CMYK

Post by nifty »

I am using Textures to set a book. I am using the BOOK class. The printer requires files in CMYK. I've set up the palatte and changed all the colors that I use to CMYK. When I create a PDF, there are some stray RGB colors, mainly in the folios and running heads. For the past 10 years I've just run the files through Pitstop to convert all RGB to CMYK. I was wondering if there was something I could put in the preamble to force the black RGB to CMYK. I've tried redefining the color black to 0,0,0,1 but that doesn't seem to do it. Below is a page with Acrobat set to show all non-CMYK colors. The text at the bottom of the page is the figure caption. BTW: I create a .ps file from Textures and then use Distiller to create the PDF.
rgb.jpg
rgb.jpg (49.34 KiB) Viewed 2981 times
Last edited by nifty on Thu Dec 22, 2011 5:30 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: RGB to CMYK

Post by kaiserkarl13 »

Does the "cmyk" option to the xcolor class help? If I'm reading the documentation correctly, it says that using that option will convert all color definitions to CMYK.
nifty
Posts: 16
Joined: Sat Oct 09, 2010 4:24 pm

Re: RGB to CMYK

Post by nifty »

Thanks kaiserkarl13. It didn't change what what outside the trim, but everything inside was changed. This is great. Will save me a couple of steps in the future.
Post Reply