summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-03-24 14:16:17 (GMT)
committerFred Drake <fdrake@acm.org>1999-03-24 14:16:17 (GMT)
commit9b8afdee44aaea0562d0400bc4a1b82d81debdce (patch)
tree73ac4415932284c361cfeed307f2381ee254ce3e /Doc
parentc19f9972a19431e91cd816832158c141681686b4 (diff)
downloadcpython-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')
-rw-r--r--Doc/texinputs/python.sty2
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