Fix author variable and delete redundant options

master
zool 9 years ago
parent bf1c25cb8e
commit 7e81691c1b

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

Loading…
Cancel
Save