Fix links inside captions in LaTeX output with links-as-notes.
Declare our redefined `\href` robust. Fixes #3651. (#3652)
This commit is contained in:
parent
cff6d2dd73
commit
5048be5112
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ $if(graphics)$
|
|||
$endif$
|
||||
$if(links-as-notes)$
|
||||
% Make links footnotes instead of hotlinks:
|
||||
\renewcommand{\href}[2]{#2\footnote{\url{#1}}}
|
||||
\DeclareRobustCommand{\href}[2]{#2\footnote{\url{#1}}}
|
||||
$endif$
|
||||
$if(strikeout)$
|
||||
\usepackage[normalem]{ulem}
|
||||
|
|
Loading…
Add table
Reference in a new issue