Fix author variable and delete redundant options
This commit is contained in:
parent
bf1c25cb8e
commit
7e81691c1b
10
template.tex
10
template.tex
@ -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…
Reference in New Issue
Block a user