Adobe Reader DC 和 SumatraPDF 无法读取超链接

Adobe Reader DC 和 SumatraPDF 无法读取超链接

我正在尝试通过包将网站链接插入到我的文档中hyperref。我不明白为什么在 Adob​​e Reader DC 和 SumatraPDF 中读取输出 PDF 时会出现错误。

\documentclass[12pt]{extreport}
\usepackage[left = 1in, right = 1in, top = 0.7in, bottom = 0.7in]{dsfont,bbm,geometry,amsmath}
\usepackage{tikz,lipsum,lmodern,amssymb,parskip}
\usepackage[most]{tcolorbox}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\renewcommand{\baselinestretch}{1.05}
\usepackage{hyperref}
\hypersetup{
    colorlinks=true,
    linkcolor=blue,
    filecolor=magenta,      
    urlcolor=blue,
}

\begin{document}

\parindent 0.4in

Links to my professional mathematicians \href{https://www.tse-fr.eu/people/jerome-renault}{Jérôme Renault} and \href{https://www.tse-fr.eu/people/stephane-villeneuve}{Stéphane Villeneuve} has changed the course my life.

\end{document}

以下是错误消息:

  1. 来自 Adob​​e Reader DC

在此处输入图片描述

  1. 来自 SumatraPDF

在此处输入图片描述

请帮我解决这个问题!我写这封信是为了写一封动机信。非常感谢您的帮助!

相关内容