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
1 changed files with 1 additions and 1 deletions

View File

@ -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