Skip to content

Error passing argument to inherited class (i.e., to article) #17

@amoodie

Description

@amoodie

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions