Skip to content

verse package defines \theHpoemline with \newcommand #49

@u-fischer

Description

@u-fischer

Could the verse package change the line

\newcommand*{\theHpoemline}{\arabic{verse@envctr}.\arabic{poemline}}

into

\providecommand{\theHpoemline}{}
\renewcommand*{\theHpoemline}{\arabic{verse@envctr}.\arabic{poemline}}

This would improve compatibility with hyperref (as it would no longer be required to load verse before) and also with the new tagging code which defines the \theH<counter> representations directly. See also latex3/tagging-project#49

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions