Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b8afde

Browse files
committed
Use more recent option to \pdfdest to not change the zoom factor.
This is in response to a comment from Wes Rishel <[email protected]>.
1 parent c19f997 commit 9b8afde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/texinputs/python.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
}
6565
\newcommand{\py@target}[1]{%
6666
\ifpy@doing@page@targets%
67-
{\pdfdest name{#1} fit}%
67+
{\pdfdest name{#1} xyz}%
6868
\fi%
6969
}
7070
\let\py@OldLabel=\label

0 commit comments

Comments
 (0)