I'm creating a document class based upon memoir. For this, I allow several
class options to be passed to my code. Options that are not recognized will
simply be passed to memoir.
Now my question is: how can I force a4paper even if the user of my class passes letterpaper as an option?
In other words: is there a possibility to disable the other document size options (letterpaper, a5paper, ebook, etc.) while keeping it possible to pass on options such as ms or fleqn?