diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-24 14:16:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-24 14:16:17 (GMT) |
commit | 9b8afdee44aaea0562d0400bc4a1b82d81debdce (patch) | |
tree | 73ac4415932284c361cfeed307f2381ee254ce3e /Doc/texinputs | |
parent | c19f9972a19431e91cd816832158c141681686b4 (diff) | |
download | cpython-9b8afdee44aaea0562d0400bc4a1b82d81debdce.zip cpython-9b8afdee44aaea0562d0400bc4a1b82d81debdce.tar.gz cpython-9b8afdee44aaea0562d0400bc4a1b82d81debdce.tar.bz2 |
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>.
Diffstat (limited to 'Doc/texinputs')
-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 92adabb..2190f25 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 |