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$},
|
pdfauthor={$author-meta$},
|
||||||
pdftitle={$title-meta$},
|
pdftitle={$title-meta$},
|
||||||
colorlinks=true,
|
colorlinks=true,
|
||||||
|
urlcolor=blue,
|
||||||
linkcolor=blue]{hyperref}
|
linkcolor=blue]{hyperref}
|
||||||
\else
|
\else
|
||||||
\usepackage[unicode=true,
|
\usepackage[unicode=true,
|
||||||
|
@ -110,6 +111,7 @@ $endif$
|
||||||
pdfauthor={$author-meta$},
|
pdfauthor={$author-meta$},
|
||||||
pdftitle={$title-meta$},
|
pdftitle={$title-meta$},
|
||||||
colorlinks=true,
|
colorlinks=true,
|
||||||
|
urlcolor=blue,
|
||||||
linkcolor=blue]{hyperref}
|
linkcolor=blue]{hyperref}
|
||||||
\fi
|
\fi
|
||||||
\hypersetup{breaklinks=true, pdfborder={0 0 0}}
|
\hypersetup{breaklinks=true, pdfborder={0 0 0}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue