答案1
这可能对你有用。
重新定义
\url
以利用\path
宏中的换行功能http://
省略你写的网址中的“ ”另请参阅 MWE 以了解正确使用
\centering
\documentclass[10pt]{article}
\usepackage[showframe,text={3in,4in}]{geometry}
\usepackage{graphicx}
\usepackage[hyphenbreaks]{breakurl}
\usepackage[hyphens]{url}
\usepackage[pdftex,breaklinks,debug]{hyperref}
\renewcommand{\url}[1]{%
\href{http://#1}{\path{#1}}
}
\begin{document}
\begin{figure}
\centering
% \includegraphics[width=\textwidth]{algorithm.jpg}
xxxx
\caption[\protect\url{upload.wikimedia.org/wikipedia/commons/6/6c/Enigma-action.svg}]{Jak funguje Enigma}
\label{fig:algorithm}
\end{figure}
\listoffigures
\end{document}
答案2
尝试一下 - 尽管未经测试:
\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref}