240709 latex超链接样式

默认超链接外面有一个蓝色方框,在简历里看起来很不协调

去掉方框一个简单的方法是,不过这样就看不出来是不是链接:

1
\hypersetup{hidelinks}

也可以设置成别的样式

1
2
3
4
5
6
\hypersetup{
colorlinks = true, %Colours links instead of ugly boxes
urlcolor = blue, %Colour for external hyperlinks
linkcolor = blue, %Colour of internal links
citecolor = red %Colour of citations
}

https://tex.stackexchange.com/questions/823/remove-ugly-borders-around-clickable-cross-references-and-hyperlinks

超链接样式还有很多别的选项可以设置:
https://www.overleaf.com/learn/latex/Hyperlinks