Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > | // color.sty
| > | if (isRequired("color")) {
| > | - if (params_.graphicsDriver == "default")
| > | - packages << "\\usepackage[usenames]{color}\n";
| > | - else
| > | - packages << "\\usepackage["
| > | + if (params_.graphicsDriver != "default")
| > | + packages << "\\PassOptionsToPackage{"
| > | << params_.graphicsDriver
| > | - << ",usenames"
| > | - << "]{color}\n";
| > | + << "}{color}\n";
| > | + packages << "\\usepackage{color}\n";
| > | }
| >
| > This one I am a bit more wary about. I am absolutely not certain that
| > this won't have unforseen consequences.
| > IMHO this should be held for later releases.
|
| OK, but to resolve the bug we need at least the attached.
Ok.
--
Lgb