mirror of https://github.com/python/cpython
Use more recent option to \pdfdest to not change the zoom factor.
This is in response to a comment from Wes Rishel <wes@rishel.com>.
This commit is contained in:
parent
c19f9972a1
commit
9b8afdee44
|
@ -64,7 +64,7 @@
|
|||
}
|
||||
\newcommand{\py@target}[1]{%
|
||||
\ifpy@doing@page@targets%
|
||||
{\pdfdest name{#1} fit}%
|
||||
{\pdfdest name{#1} xyz}%
|
||||
\fi%
|
||||
}
|
||||
\let\py@OldLabel=\label
|
||||
|
|
Loading…
Reference in New Issue