打破 URL 失败,参考书目中有转义的 % 符号

打破 URL 失败,参考书目中有转义的 % 符号

我在序言中使用了以下几行来强制分解参考书目中的长 URL,这种方法基本有效,但它似乎对我必须转义百分号的条目不起作用。

\usepackage{url}
\def\UrlBreaks{\do\/\do-}
\usepackage{breakurl}
\usepackage{hyperref}
\hypersetup{colorlinks=true, linkcolor=black, citecolor=black, breaklinks=true}

参考书目条目

@online{talex,
 title = {{Comprehensive Talos examples}},
 year = {2019},
 url = {https://nbviewer.jupyter.org/github/autonomio/talos/blob/master/examples/Hyperparameter\%20Optimization\%20with\%20Keras\%20for\%20the\%20Iris\%20Prediction.ipynb}
}

相关内容