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?
General ⇒ Change color package option
Change color package option
Last edited by csmgroup on Fri Jul 23, 2010 6:57 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Change color package option
Hi,
you could add the option to the document class. It would be given to the packages afterwards.
Stefan
you could add the option to the document class. It would be given to the packages afterwards.
Stefan
LaTeX.org admin
Change color package option
Thanks Stefan,
solves the problem.
Code: Select all
\documentclass[monochrome]{tufte-handout}