我正在使用 TeXShop 撰写数学论文,在参考书目中,我有两个可点击的链接延伸到边框。有没有办法让链接在第 80 列换行?(省略号...只是表示中间有代码。)
\documentclass{amsart}
\usepackage{geometry}
\geometry{letterpaper}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\usepackage{hyperref}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
\begin{document}
\title{Paper title}
\author{my name}
\subjclass[2020]{Primary 11D09, 11D25; Secondary 12D15}
\maketitle
\begin{abstract}
...
\end{abstract}
...
\begin{thebibliography}{10}
\bibitem {A} \url{https://math.stackexchange.com/questions/3369742/looking-for-references-to-pythagorean-triple-subsets}
...
\bibitem {P} \url{https://math.stackexchange.com/questions/3287070/where-is-my-error-in-trying-to-find-pythagorean-triples-with-matching-areas}
\end{thebibliography}
\end{document}