240709 latex超链接样式 Posted on 2024-07-09 In sw-hw , 杂 Disqus: Word count in article: 460 Reading time ≈ 1 mins. 默认超链接外面有一个蓝色方框,在简历里看起来很不协调 去掉方框一个简单的方法是,不过这样就看不出来是不是链接: 1\hypersetup{hidelinks} 也可以设置成别的样式 123456\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