nicer links: no more red borders

This commit is contained in:
Thibaut Le Page 2014-01-20 11:28:05 +01:00
parent b145741db0
commit 9461aea9fc
2 changed files with 8 additions and 0 deletions

BIN
guide.pdf

Binary file not shown.

View File

@ -5,6 +5,14 @@
\usepackage{fontspec}
\usepackage{hyperref}
\usepackage{keystroke}
\usepackage{xcolor}
\definecolor{grey}{rgb}{0.35, 0.35, 0.35}
\hypersetup{
colorlinks = true,
urlcolor = grey,
linkcolor = grey,
}
\setmainfont[Ligatures=TeX,Numbers={OldStyle,Proportional}]{Myriad Pro}
\setmonofont{Inconsolata}