diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-24 14:16:17 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-24 14:16:17 +0000 |
commit | 9b8afdee44aaea0562d0400bc4a1b82d81debdce (patch) | |
tree | 73ac4415932284c361cfeed307f2381ee254ce3e | |
parent | c19f9972a19431e91cd816832158c141681686b4 (diff) | |
download | cpython-git-9b8afdee44aaea0562d0400bc4a1b82d81debdce.tar.gz |
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>.
-rw-r--r-- | Doc/texinputs/python.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 92adabb4af..2190f25a4a 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -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 |