Your message dated Mon, 12 Sep 2016 01:19:17 -0500
with message-id <[email protected]>
and subject line Re: Bug#727837: evince: Clicking on headline in table of
contents jumps to wrong slide (LaTeX beamer generated file).
has caused the Debian Bug report #727837,
regarding evince: Clicking on headline in table of contents jumps to wrong
slide (LaTeX beamer generated file).
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
727837: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727837
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: evince
Version: 3.4.0-3.1
Severity: normal
Hi,
* I have made some documents with Latex beamer that I process to pdf. In the
table of contents part of the documents it is possible to click on one headline
and go to the corresponding slide.
* When I click on a headline in the table of contents evince jumps to the
wrong slide. It looks like it jumps one more slide than it should.
* When I try to do the same in ePDFview it works (i.e. it jumps to the right
slide for each headline in the table of contents).
-- System Information:
Debian Release: 7.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages evince depends on:
ii evince-common 3.4.0-3.1
ii gnome-icon-theme 3.4.0-2
ii libatk1.0-0 2.4.0-2
ii libc6 2.13-38
ii libcairo-gobject2 1.12.2-3
ii libcairo2 1.12.2-3
ii libevdocument3-4 3.4.0-3.1
ii libevview3-3 3.4.0-3.1
ii libgail-3-0 3.4.2-6
ii libgdk-pixbuf2.0-0 2.26.1-1
ii libglib2.0-0 2.33.12+really2.32.4-5
ii libgnome-keyring0 3.4.1-1
ii libgtk-3-0 3.4.2-6
ii libice6 2:1.0.8-2
ii libnautilus-extension1a 3.4.2-1+build1
ii libpango1.0-0 1.30.0-1
ii libsm6 2:1.2.1-2
ii libx11-6 2:1.5.0-1+deb7u1
ii libxml2 2.8.0+dfsg1-7+nmu2
ii shared-mime-info 1.0-1+b1
ii zlib1g 1:1.2.7.dfsg-13
Versions of packages evince recommends:
ii dbus-x11 1.6.8-1+deb7u1
ii gvfs 1.12.3-4
Versions of packages evince suggests:
pn nautilus <none>
ii poppler-data 0.4.5-10
pn unrar <none>
-- no debconf information
test.pdf
Description: Adobe PDF document
\documentclass{beamer}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{amsmath}
\usepackage{gensymb}
\usepackage{yfonts}
\usepackage{mathrsfs}
\title{\textbf{Test}}
\begin{document}
% Title page
\maketitle
\begin{frame}
\frametitle{Outline}
\tableofcontents
\end{frame}
\section{First frame}
\begin{frame}
\frametitle{First frame}
\begin{itemize}
\item Frame 1 test.
\end{itemize}
\end{frame}
\section{Second frame}
\begin{frame}
\frametitle{Second frame}
\begin{itemize}
\item Frame 2 test.
\end{itemize}
\end{frame}
\section{Third frame}
\begin{frame}
\frametitle{Third frame}
\begin{itemize}
\item Frame 3.1 test.
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Third frame, second part}
\begin{itemize}
\item Frame 3.2 test.
\end{itemize}
\end{frame}
\end{document}
--- End Message ---
--- Begin Message ---
On Sun, Oct 27, 2013 at 04:12:19PM +0100, Fredrik Nyqvist wrote:
> * I have made some documents with Latex beamer that I process to pdf. In
> the
> table of contents part of the documents it is possible to click on one
> headline
> and go to the corresponding slide.
>
> * When I click on a headline in the table of contents evince jumps to the
> wrong slide. It looks like it jumps one more slide than it should.
>
> * When I try to do the same in ePDFview it works (i.e. it jumps to the
> right
> slide for each headline in the table of contents).
If there's a bug, it's in the software that generated the PDF. Evince
is actually jumping to the right page, but the very bottom of the page.
Those links are XYZ links that specify the location of the page, and
they are requesting the bottom left corner. Adobe reader does the same
thing when you have it in continuous mode. Or you can try it in evince
with continuous mode disabled.
--- End Message ---