Fix author variable and delete redundant options

master
zool 9 years ago
parent bf1c25cb8e
commit 7e81691c1b

@ -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},

Loading…
Cancel
Save