diff --git a/CHANGELOG b/CHANGELOG index 9926c93..5b30635 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +version 1.1.3 (10 Aug 2012) + - corrected a longstanding issue causing hyperref to issue two warnings + regarding its "pdfpagelabels" option, as pointed out and solved by P. Leifeld + (launchpad bug #1035466). + version 1.1.2 (09 Aug 2012) - fixed a regression bug introduced in version 1.0.0 in the footer of the "casual" style, as discovered on tex.stackexchange (question #66316). diff --git a/examples/template-es.pdf b/examples/template-es.pdf index e58dc5e..4c4b872 100644 Binary files a/examples/template-es.pdf and b/examples/template-es.pdf differ diff --git a/examples/template-zh.pdf b/examples/template-zh.pdf index 932b996..cbfbbda 100644 Binary files a/examples/template-zh.pdf and b/examples/template-zh.pdf differ diff --git a/examples/template.pdf b/examples/template.pdf index 612afb0..a8cf07a 100644 Binary files a/examples/template.pdf and b/examples/template.pdf differ diff --git a/examples/template_banking_black.pdf b/examples/template_banking_black.pdf index 92766c8..43dde0b 100644 Binary files a/examples/template_banking_black.pdf and b/examples/template_banking_black.pdf differ diff --git a/examples/template_banking_red.pdf b/examples/template_banking_red.pdf index a183a29..0593dd7 100644 Binary files a/examples/template_banking_red.pdf and b/examples/template_banking_red.pdf differ diff --git a/examples/template_casual_orange.pdf b/examples/template_casual_orange.pdf index ed33c77..d1c8eca 100644 Binary files a/examples/template_casual_orange.pdf and b/examples/template_casual_orange.pdf differ diff --git a/examples/template_classic_green.pdf b/examples/template_classic_green.pdf index 6a9b184..d3a0e2a 100644 Binary files a/examples/template_classic_green.pdf and b/examples/template_classic_green.pdf differ diff --git a/examples/template_multibib.pdf b/examples/template_multibib.pdf index 70129a6..042be9d 100644 Binary files a/examples/template_multibib.pdf and b/examples/template_multibib.pdf differ diff --git a/examples/template_oldstyle_grey.pdf b/examples/template_oldstyle_grey.pdf index 9eeddee..830cb1c 100644 Binary files a/examples/template_oldstyle_grey.pdf and b/examples/template_oldstyle_grey.pdf differ diff --git a/moderncv.cls b/moderncv.cls index 9a235d3..3031fef 100644 --- a/moderncv.cls +++ b/moderncv.cls @@ -125,13 +125,12 @@ \RequirePackage{url} \urlstyle{tt} \AtEndPreamble{ - \RequirePackage[unicode]{hyperref} + \RequirePackage[unicode,pdfpagelabels=false]{hyperref}% unicode is required for unicode pdf metadata, pdfpagelabels=false is required to avoid a warning setting it automatically to false anyway, because hyperref detects \thepage as undefined (why?) \hypersetup{ breaklinks, baseurl = http://, pdfborder = 0 0 0, pdfpagemode = UseNone,% do not show thumbnails or bookmarks on opening - 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{}},% will/should be set automatically to the correct TeX engine used