Fix header icon crop

hyperref box makes header social icons seem cropped. Fix by adding hidelink option to hyperref and removing color/border arguments.
This commit is contained in:
Jongbin Jung 2015-12-30 14:55:01 -08:00
parent d02551a455
commit 8cad64c337

View file

@ -84,14 +84,12 @@
% Needed to deal a paragraphs
\RequirePackage{parskip}
% Needed to deal hyperlink
\RequirePackage{hyperref}
\RequirePackage[hidelinks]{hyperref}
\hypersetup{
pdftitle={},
pdfauthor={},
pdfsubject={},
pdfkeywords={},
colorlinks=false,
allbordercolors=white
pdfkeywords={}
}