GeneralChange color package option

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
csmgroup
Posts: 25
Joined: Sat Jul 17, 2010 6:58 pm

Change color package option

Post by csmgroup »

I want to use monochrome option for color package.

The problem is that the class that I use (tufte-handout) already use color, so I need to find a way to add the option of monochrome to the color package.

I see that \usepackage{hyperref} can be reconfigured using \hypersetup.

Q : Is there a general way to do this? Or is this package specific? Or Is there a way to reread the package with different options?
Last edited by csmgroup on Fri Jul 23, 2010 6:57 pm, edited 1 time in total.

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
Joined: Mon Mar 10, 2008 9:44 pm

Re: Change color package option

Post by Stefan Kottwitz »

Hi,

you could add the option to the document class. It would be given to the packages afterwards.

Stefan
LaTeX.org admin
csmgroup
Posts: 25
Joined: Sat Jul 17, 2010 6:58 pm

Change color package option

Post by csmgroup »

Thanks Stefan,

Code: Select all

\documentclass[monochrome]{tufte-handout}
solves the problem.
Post Reply