I fond that the /href command for link in latex can generate a blue frame around the text. can we remove it? blue frame
Asked
Active
Viewed 471 times
1 Answers
0
There are several possibilities, you can for example use the colorlink
or the hidelinks
option. I prefer the colorlinks, because this still gives your readers a chance to see that there is a link.
\documentclass{article}
\usepackage[
%hidelinks
colorlinks
]{hyperref}
\begin{document}
\href{URL}{text}
\end{document}

samcarter_is_at_topanswers.xyz
- 33,336
- 5
- 41
- 62