Fix author variable and delete redundant options

This commit is contained in:
zool 2015-11-15 23:23:29 +01:00
parent bf1c25cb8e
commit 7e81691c1b

View File

@ -56,13 +56,13 @@ $endif$
% PDF SETUP % PDF SETUP
%-------------------------------- %--------------------------------
\usepackage[xetex, bookmarks, colorlinks, breaklinks, pdftitle={$name$'s Vita},pdfauthor={$name$}]{hyperref} \usepackage{hyperref}
\hypersetup \hypersetup
{ {
pdfauthor={$author$}, pdfauthor={$name$},
pdfsubject={$author$'s CV}, pdfsubject={$name$'s CV},
pdftitle={$author$'s CV}, pdftitle={$name$'s CV},
colorlinks,breaklinks, colorlinks, breaklinks, xetex, bookmarks,
filecolor=black, filecolor=black,
urlcolor=[rgb]{0.117,0.682,0.858}, urlcolor=[rgb]{0.117,0.682,0.858},
linkcolor=[rgb]{0.117,0.682,0.858}, linkcolor=[rgb]{0.117,0.682,0.858},