Skip to content

Definition and Theorem as siblings #309

Description

@switzel

This is related to #238

kaotheorems.sty automatically defines certain theorem styles where definitions and theorems are numbered independently:

        \declaretheorem[
                name=Theorem,
                refname={Theorem,Theorems},
                Refname={Theorem,Theorems},
                numberwithin=section,
        ]{theorem}
        \theoremstyle{kaodefinition}
        \declaretheorem[
                name=Definition,
                refname={Definition,Definitions},
                Refname={Definition,Definitions},
                numberwithin=section,
        ]{definition}

I would like them to be numbered by the same counter, as if definition was defined with sibling=theorem but I can't overwrite the definition of definition and I can't keep kaotheorems.sty from defining it. What is the best way to deal with this if want definitions to be called definition and not my_custom_definition?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions