在this讨论后我有这个问题。问题是Mac Preview的行为与Adobe acrobat reader DC不同。 pdf是用pdflatex编译的。这是MWE。
\documentclass{article}
\usepackage{hyperref}
\usepackage{xcolor}
\hypersetup{pdftitle={main.pdf},
colorlinks=false,
linkbordercolor=red
}
\begin{document}
\tableofcontents
\section{test}
\section{test2}
This is testing hyperref
\end{document}
预览和Adobe acrobat阅读器中的结果
和
分别。在我的编辑器(texstudio)的内部查看器中,这看起来也很不错。
Que:为什么我在预览中看不到红色边界?