I’ve used the invocation scribble --prefix my-prefix.tex with a file my-prefix.tex that starts off

\documentclass{book}  %% You could use whatever class you need here
\PassOptionsToPackage{usenames,dvipsnames}{color}
...

I’m not sure whether you’re trying to actually use those two settings and there’s an inconsistent load, or whether you’re trying to actually not use those two settings and can’t avoid them. My solution fixes the former kind of problem.

On 1/6/2016 3:44 PM, Spencer Florence wrote:

Hey all,

I'm currently trying to use a custom tex style file with scribble. Unfortunately this style file conflicts with the line "\usepackage[usenames,dvipsnames]{color}" in the "scribble.tex" file include by the scribble to tex compiler.

Is there any way to tell scribble to use a different "scribble.tex"?

--spencer
--
You received this message because you are subscribed to the Google Groups "Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
You received this message because you are subscribed to the Google Groups "Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to