muzimuzhi / thmtools

New home for LaTeX package bundle thmtools
LaTeX Project Public License v1.3c
16 stars 3 forks source link

definition of \Autoref depends on ltxcmds which is no longer loaded by hyperref #55

Closed mbertucci47 closed 7 months ago

mbertucci47 commented 7 months ago

The definition of \Autoref uses \ltx@IfUndefined from the ltxcmds package. This assumes hyperref loads ltxcmds, which was recently removed as a dependency. It does still load ltxcmds implicitly through one of its other loaded packages, but in case one of those stops loading it it's probably better to change the definition of \Autoref to not use \ltx@IfUndefined.