Add option urlcolor=blue
to package hyperref
This commit is contained in:
parent
c819cf2149
commit
bdf9629138
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,7 @@ $endif$
|
|||
pdfauthor={$author-meta$},
|
||||
pdftitle={$title-meta$},
|
||||
colorlinks=true,
|
||||
urlcolor=blue,
|
||||
linkcolor=blue]{hyperref}
|
||||
\else
|
||||
\usepackage[unicode=true,
|
||||
|
@ -110,6 +111,7 @@ $endif$
|
|||
pdfauthor={$author-meta$},
|
||||
pdftitle={$title-meta$},
|
||||
colorlinks=true,
|
||||
urlcolor=blue,
|
||||
linkcolor=blue]{hyperref}
|
||||
\fi
|
||||
\hypersetup{breaklinks=true, pdfborder={0 0 0}}
|
||||
|
|
Loading…
Add table
Reference in a new issue