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
|
% 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…
Reference in New Issue
Block a user