Page Layoutcolor of the frame in hyperref

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Plouplouplou
Posts: 1
Joined: Sun Dec 04, 2016 7:42 pm

color of the frame in hyperref

Post by Plouplouplou »

Hello
I have a question about the package hyperref. Can we hnage the colour of the frame which is by default in red ?
I know we can change the colour of the text aith the command \colorlinks
, but I want the text still be in black and the frame in an other colour than red.
Is it possible ?

Thanks you :)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

color of the frame in hyperref

Post by Stefan Kottwitz »

Welcome to the forum!

Yes, that's easy to do:

Code: Select all

\usepackage{xcolor}
\usepackage[linkbordercolor=green]{hyperref}
Or \hypersetup{linkbordercolor=green}

Stefan
LaTeX.org admin
Post Reply