GeneralConverting colored text to Black for printing

LaTeX specific issues not fitting into one of the other forums of this category.
curiouslearn
Posts: 105
Joined: Fri Nov 30, 2007 11:32 pm

Converting colored text to Black for printing

Post by curiouslearn »

Thanks a ton for this the clear explanation. That was very helpful. And yes, as you said the following code works.

Code: Select all

\documentclass[12pt,monochrome]{article}
\usepackage{tikz}
\usepackage{xcolor}
Perhaps, earlier when I tried adding the monochrome option to the \documentclass, I forgot to remove it from xcolor. Anyway, as you have suggested I will remove the redundant \usepackage{xcolor} command.

Also, your suggestion worked for the case of two packages where I was having a conflict. That's great. Juanjo, thanks so much for all your help.
Gmedina, thanks to you too for your suggestion.

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

Post Reply