Bug correction for the few hyperref warnings
This commit is contained in:
@ -127,13 +127,12 @@
|
|||||||
\@ifpackageloaded{CJK}
|
\@ifpackageloaded{CJK}
|
||||||
{\RequirePackage[unicode]{hyperref}}
|
{\RequirePackage[unicode]{hyperref}}
|
||||||
{\RequirePackage{hyperref}}
|
{\RequirePackage{hyperref}}
|
||||||
\AtBeginDocument{
|
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
breaklinks,
|
breaklinks,
|
||||||
baseurl = http://,
|
baseurl = http://,
|
||||||
pdfborder = 0 0 0,
|
pdfborder = 0 0 0,
|
||||||
pdfpagemode = UseNone,% do not show thumbnails or bookmarks on opening
|
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,
|
pdfstartpage = 1,
|
||||||
pdfcreator = \LaTeX{} with `moderncv' package,
|
pdfcreator = \LaTeX{} with `moderncv' package,
|
||||||
pdfproducer = \LaTeX{},
|
pdfproducer = \LaTeX{},
|
||||||
@ -141,7 +140,7 @@
|
|||||||
pdfauthor = \@firstname~\@familyname,
|
pdfauthor = \@firstname~\@familyname,
|
||||||
pdftitle = \@title,
|
pdftitle = \@title,
|
||||||
pdfsubject = \@firstname~\@familyname,
|
pdfsubject = \@firstname~\@familyname,
|
||||||
pdfkeywords = \@firstname~\@familyname{} curriculum vit\ae{}}}
|
pdfkeywords = \@firstname~\@familyname{} curriculum vit\ae{}}
|
||||||
\pagenumbering{arabic}% has to be issued after loading hyperref
|
\pagenumbering{arabic}% has to be issued after loading hyperref
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user