-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I stumbled on this [potential?] bug while working on something else.
If I specify \documentclass[11pt,draft,labelitemi=--,fontspec=times]{compact_proposal}, i.e., trying to pass 11pt as an argument to the article class, I get the error:
/home/andrew/Dropbox/git_repos/compact_proposal/compact_proposal/compact_proposal.cls:49: Use of \KVO@default@compact_proposal.cls doesn't match its definition. [\ProcessKeyvalOptions*]
This behavior persists if the load class line in compact_proposal (line 16) is changed from \LoadClass[12pt]{article} to \LoadClass[12pt]{article}.
This behavior/error suggests to me that we may not be handling passing unknown arguments to the inherited class (i.e., to article correctly. Not sure what the fix is, but probably something to do with kvoptions, since that is who throws the error.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working