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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply