Skip to content

Instantly share code, notes, and snippets.

@eminorhan
Last active November 4, 2022 03:34
Show Gist options
  • Save eminorhan/59402b2d149f933559be9f8a2ab9149d to your computer and use it in GitHub Desktop.
Save eminorhan/59402b2d149f933559be9f8a2ab9149d to your computer and use it in GitHub Desktop.
prettify hyperlinks in latex
\usepackage{hyperref}
\usepackage{xcolor}
\hypersetup{
colorlinks,
linkcolor={red!50!black},
citecolor={blue!50!black},
urlcolor={blue!80!black}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment