You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tufte-latex
Hi,
I wrote a class derived from tufte-handout. I declare new options.
Then I load the tufte class with
\LoadClass[notoc]{tufte-handout}
And finally, I redefine some default of tufte-handout.
My problem now is that I want to change the default paper size to a4.
I do not see how can I do that because the options are already defined
and I don't know how to force my class to pass the a4paper option to
tufte-handout when I do not specify other paper sizes in the derived
class.
Do someone have any idea how to do this?
Thanks in advance for the help.