General ⇒ Change color package option
Change color package option
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?
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Change color package option
you could add the option to the document class. It would be given to the packages afterwards.
Stefan
Change color package option
Code: Select all
\documentclass[monochrome]{tufte-handout}