Skip to content

Commit

Permalink
Solves Warning: File `cv.out' has changed posquit0#423
Browse files Browse the repository at this point in the history
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] — posquit0#423
  • Loading branch information
antenore committed Apr 13, 2022
1 parent aba4de9 commit 2d6d864
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d6d864

Please sign in to comment.