我正在尝试通过包将网站链接插入到我的文档中hyperref
。我不明白为什么在 Adobe 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}
以下是错误消息:
- 来自 Adobe Reader DC
- 来自 SumatraPDF
请帮我解决这个问题!我写这封信是为了写一封动机信。非常感谢您的帮助!