From: Fred Drake Date: Wed, 24 Mar 1999 14:16:17 +0000 (+0000) Subject: Use more recent option to \pdfdest to not change the zoom factor. X-Git-Tag: v1.5.2c1~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b8afdee44aaea0562d0400bc4a1b82d81debdce;p=thirdparty%2FPython%2Fcpython.git Use more recent option to \pdfdest to not change the zoom factor. This is in response to a comment from Wes Rishel . --- diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 92adabb4afd0..2190f25a4a6e 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