latex3 / hyperref

Hypertext support for LaTeX
165 stars 35 forks source link

Where does `\htmladdnormallink` come from? #247

Closed septatrix closed 2 years ago

septatrix commented 2 years ago

Not sure if this is the right place to ask but (at least on my system using TexLive 2021) the \htmladdnormallink command is defined in hyperref.sty. However I am unable to find its declaration anywhere in this repo (nor the history beside a changelog entry about swapping the argument order) and there does not seem to be any documentation for it.

Is this command really provided by hyperref or is it now built in to latex itself? Or is it simply deprecated and removed which could very well see as to my knowledge it is basically equivalent to \href.

Not sure if this might have been better suited for StackExchange but it should not hurt

u-fischer commented 2 years ago

\htmladdnormallink has been removed in cd5f9e177a67109eaea703bee7e6c0dc04de6019

septatrix commented 2 years ago

Thanks, so I guess switching the calls to \href should be the best way forward especially since we never used latex2html in the first place...