如何在 Latex 中為 URL 超連結新增底線?

如何在 Latex 中為 URL 超連結新增底線?

如何為我的網址添加下劃線,我嘗試過\underline但沒有用,它使文字覆蓋頁面。

超引用

\documentclass[12pt,oneside]{book}

\usepackage[utf8]{inputenc}
\usepackage[OT6,T1]{fontenc}
\usepackage{xcolor}
\usepackage{hyperref}
\hypersetup{
 urlbordercolor=black,
 pdfborderstyle={/S/U/W 1}
 }

\begin{document}

The URL is \url{http://testing.com}.

\end{document}

相關內容