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>.
This commit is contained in:
Fred Drake 1999-03-24 14:16:17 +00:00
parent c19f9972a1
commit 9b8afdee44

View file

@ -64,7 +64,7 @@
} }
\newcommand{\py@target}[1]{% \newcommand{\py@target}[1]{%
\ifpy@doing@page@targets% \ifpy@doing@page@targets%
{\pdfdest name{#1} fit}% {\pdfdest name{#1} xyz}%
\fi% \fi%
} }
\let\py@OldLabel=\label \let\py@OldLabel=\label