Merge branch 'master' of github.com:mrzool/cv-boilerplate
This commit is contained in:
commit
bdf74b7ef2
15
template.tex
15
template.tex
@ -56,8 +56,19 @@ $endif$
|
||||
|
||||
% PDF SETUP
|
||||
%--------------------------------
|
||||
\usepackage[xetex, bookmarks, colorlinks, breaklinks, pdftitle={$name$'s Vita},pdfauthor={$name$}]{hyperref}
|
||||
\hypersetup{linkcolor=blue,citecolor=blue,filecolor=black,urlcolor=blue}
|
||||
\usepackage{hyperref}
|
||||
\hypersetup
|
||||
{
|
||||
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},
|
||||
linkcolor=[rgb]{0.117,0.682,0.858},
|
||||
citecolor=[rgb]{0.117,0.682,0.858}
|
||||
}
|
||||
|
||||
% DOCUMENT
|
||||
%--------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user