Tagged Questions
4
votes
1answer
653 views
I get an error when using `\ExecuteOptions` together with `\usepackage{geometry}`
I'm writing a custom document class. It's kinda simple, but it will use the geometry package to set page size, orientation and margins. However... Whenever I use that package, the \ExecuteOptions ...
6
votes
1answer
234 views
How can one undefine an already processed class option?
I'm using a class classX that accepts class option optionX. Thus, I can write:
\documentclass[optionX]{classX} ...
Now, as I understand it, being a class option, after classX processes this ...