この議論の後、私はこの質問をしました。問題は、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) の内部ビューアーでも問題なく表示されます。
質問: プレビューで赤い境界線が表示されないのはなぜですか?