wspr / herries-press

A collection of LaTeX packages by Peter Wilson
http://wspr.github.com/herries-press/
29 stars 5 forks source link

verse package defines \theHpoemline with \newcommand #49

Open u-fischer opened 9 months ago

u-fischer commented 9 months ago

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 https://github.com/latex3/tagging-project/issues/49