Fix links inside captions in LaTeX output with links-as-notes.

Declare our redefined `\href` robust.

Fixes #3651. (#3652)
This commit is contained in:
Václav Haisman 2017-05-08 12:07:01 +02:00 committed by John MacFarlane
parent cff6d2dd73
commit 5048be5112

View file

@ -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}