mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Bug correction for the few hyperref warnings
This commit is contained in:
parent
f3a9342230
commit
1f0cad8974
1 changed files with 2 additions and 3 deletions
|
|
@ -127,13 +127,12 @@
|
|||
\@ifpackageloaded{CJK}
|
||||
{\RequirePackage[unicode]{hyperref}}
|
||||
{\RequirePackage{hyperref}}
|
||||
\AtBeginDocument{
|
||||
\hypersetup{
|
||||
breaklinks,
|
||||
baseurl = http://,
|
||||
pdfborder = 0 0 0,
|
||||
pdfpagemode = UseNone,% do not show thumbnails or bookmarks on opening
|
||||
% pdfstartview = FitH,
|
||||
pdfpagelabels = false,% to avoid a warning setting it automatically to false anyway, because hyperref detects \thepage as undefined (why?)
|
||||
pdfstartpage = 1,
|
||||
pdfcreator = \LaTeX{} with `moderncv' package,
|
||||
pdfproducer = \LaTeX{},
|
||||
|
|
@ -141,7 +140,7 @@
|
|||
pdfauthor = \@firstname~\@familyname,
|
||||
pdftitle = \@title,
|
||||
pdfsubject = \@firstname~\@familyname,
|
||||
pdfkeywords = \@firstname~\@familyname{} curriculum vit\ae{}}}
|
||||
pdfkeywords = \@firstname~\@familyname{} curriculum vit\ae{}}
|
||||
\pagenumbering{arabic}% has to be issued after loading hyperref
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue