Set PDF metadata properly. Also, colors.
This commit is contained in:
parent
63da1a437e
commit
bf1c25cb8e
13
template.tex
13
template.tex
@ -57,7 +57,18 @@ $endif$
|
|||||||
% PDF SETUP
|
% PDF SETUP
|
||||||
%--------------------------------
|
%--------------------------------
|
||||||
\usepackage[xetex, bookmarks, colorlinks, breaklinks, pdftitle={$name$'s Vita},pdfauthor={$name$}]{hyperref}
|
\usepackage[xetex, bookmarks, colorlinks, breaklinks, pdftitle={$name$'s Vita},pdfauthor={$name$}]{hyperref}
|
||||||
\hypersetup{linkcolor=blue,citecolor=blue,filecolor=black,urlcolor=blue}
|
\hypersetup
|
||||||
|
{
|
||||||
|
pdfauthor={$author$},
|
||||||
|
pdfsubject={$author$'s CV},
|
||||||
|
pdftitle={$author$'s CV},
|
||||||
|
colorlinks,breaklinks,
|
||||||
|
filecolor=black,
|
||||||
|
urlcolor=[rgb]{0.117,0.682,0.858},
|
||||||
|
linkcolor=[rgb]{0.117,0.682,0.858},
|
||||||
|
linkcolor=[rgb]{0.117,0.682,0.858},
|
||||||
|
citecolor=[rgb]{0.117,0.682,0.858}
|
||||||
|
}
|
||||||
|
|
||||||
% DOCUMENT
|
% DOCUMENT
|
||||||
%--------------------------------
|
%--------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user