Fix warning 'file cv.out has changed' (#425)

Closes #423
This commit is contained in:
Oliver Ford 2022-04-19 11:54:23 +01:00
commit af40bb01d9
No known key found for this signature in database
GPG key ID: 15CCFACF010F70D2

View file

@ -80,14 +80,15 @@
% Needed to deal a paragraphs % Needed to deal a paragraphs
\RequirePackage{parskip} \RequirePackage{parskip}
% Needed to deal hyperlink % Needed to deal hyperlink
\RequirePackage[hidelinks,unicode]{hyperref} \RequirePackage[hidelinks,unicode,pdfpagelabels=false]{hyperref}
\hypersetup{% \hypersetup{%
pdftitle={}, pdftitle={},
pdfauthor={}, pdfauthor={},
pdfsubject={}, pdfsubject={},
pdfkeywords={} pdfkeywords={}
} }
% Solves issues Warning: File `cv.out' has changed
\RequirePackage{bookmark}
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
% Configuration for directory locations % Configuration for directory locations