Solves Warning: File `cv.out' has changed #423

As discussed in the issue 423 [1] the TeX file has to be re-rendered twice
Because of the above-mentioned warning.

This patch fixes this and an additional warning causing a double rendering

[1] — https://github.com/posquit0/Awesome-CV/issues/423
This commit is contained in:
Antenore Gatta 2022-04-13 15:58:19 +02:00
parent aba4de9602
commit 2d6d8644db

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