似乎可以用`\hypersetup{hidelinks}` 或者 ```latex \hypersetup{hidelinks, colorlinks, linkcolor=black, anchorcolor=black, citecolor=black } ``` 似乎不需要注释掉`hyperref`宏包? reference: https://www.zhihu.com/question/29673303 ---- 实测, `\usepackage[unicode,hidelinks]{hyperref}` 即可不让编译结果的超链接出现方框.
似乎可以用
\hypersetup{hidelinks}或者\hypersetup{hidelinks, colorlinks, linkcolor=black, anchorcolor=black, citecolor=black }似乎不需要注释掉
hyperref宏包?reference: https://www.zhihu.com/question/29673303
实测,
\usepackage[unicode,hidelinks]{hyperref}即可不让编译结果的超链接出现方框.