From 2d6d8644db8475d3ad8aedf174ffacd718ae8504 Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Wed, 13 Apr 2022 15:58:19 +0200 Subject: [PATCH] Solves Warning: File `cv.out' has changed #423 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- awesome-cv.cls | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/awesome-cv.cls b/awesome-cv.cls index 4d240e5..1bcd00e 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -80,14 +80,15 @@ % Needed to deal a paragraphs \RequirePackage{parskip} % Needed to deal hyperlink -\RequirePackage[hidelinks,unicode]{hyperref} +\RequirePackage[hidelinks,unicode,pdfpagelabels=false]{hyperref} \hypersetup{% pdftitle={}, pdfauthor={}, pdfsubject={}, pdfkeywords={} } - +% Solves issues Warning: File `cv.out' has changed +\RequirePackage{bookmark} %------------------------------------------------------------------------------- % Configuration for directory locations