mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Corrected a longstanding issue causing hyperref to issue two warnings regarding its "pdfpagelabels" option
This commit is contained in:
parent
a578055e30
commit
927ec319f6
11 changed files with 6 additions and 2 deletions
|
|
@ -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)
|
version 1.1.2 (09 Aug 2012)
|
||||||
- fixed a regression bug introduced in version 1.0.0 in the footer of the
|
- fixed a regression bug introduced in version 1.0.0 in the footer of the
|
||||||
"casual" style, as discovered on tex.stackexchange (question #66316).
|
"casual" style, as discovered on tex.stackexchange (question #66316).
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -125,13 +125,12 @@
|
||||||
\RequirePackage{url}
|
\RequirePackage{url}
|
||||||
\urlstyle{tt}
|
\urlstyle{tt}
|
||||||
\AtEndPreamble{
|
\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{
|
\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
|
||||||
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{}},% will/should be set automatically to the correct TeX engine used
|
% pdfproducer = {\LaTeX{}},% will/should be set automatically to the correct TeX engine used
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue