[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#659544: marked as done (Using \pause in a TikZ picture makes footer disappear on all but last slide)



Your message dated Sat, 13 Mar 2021 09:08:50 +0100
with message-id <73f7f271-682f-d7b0-61de-17e614c8ece2@web.de>
and subject line Re: Bug#659544: Using \pause in a TikZ picture makes footer disappear on all but last slide
has caused the Debian Bug report #659544,
regarding Using \pause in a TikZ picture makes footer disappear on all but last slide
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 owner@bugs.debian.org
immediately.)


-- 
659544: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659544
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: latex-beamer
Version: 3.10-1
Severity: normal

When using a theme with a footer, if I create a slide which uses \pause
within a TikZ picture to create an incrementally overlaid diagram, the
footer will disappear on all but the last sub-slide.  This doesn't
happen when using \pause outside of a TikZ picture, nor does it happen
when using full overlay specifications in a TikZ picture.

I've attached a minimal test case.

- Josh Triplett

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages latex-beamer depends on:
ii  latex-xcolor        2.11-1
ii  pgf                 2.10-1
ii  texlive-latex-base  2009-15

latex-beamer recommends no packages.

latex-beamer suggests no packages.

-- no debconf information
\documentclass{beamer}
\usepackage{tikz}

\usetheme{Madrid}
\beamertemplatenavigationsymbolsempty

\title{The case of the missing footer}
\subtitle{A minimal test case}
\author{Josh Triplett}
\date{February 11, 2012}

\begin{document}
\maketitle

\begin{frame}{Overlays with overlay specifications}
  \begin{itemize}
    \item<1-> Footer appears as expected
    \item<2-> On both pages
  \end{itemize}
\end{frame}

\begin{frame}{Overlays with pause}
  \begin{itemize}
    \item Footer appears as expected
\pause
    \item On both pages
  \end{itemize}
\end{frame}

\begin{frame}{Overlays in TikZ with overlay specifications on node}
  \begin{tikzpicture}
    \node<1-> at (0,0) {Footer appears as expected};
    \node<2-> at (0,-1) {On both pages};
  \end{tikzpicture}
\end{frame}

\begin{frame}{Overlays in TikZ with overlay specifications around node}
  \begin{tikzpicture}
    \visible<1->{\node at (0,0) {Footer appears as expected};}
    \visible<2->{\node at (0,-1) {On both pages};}
  \end{tikzpicture}
\end{frame}

\begin{frame}{Overlays in TikZ with pause}
  \begin{tikzpicture}
    \node at (0,0) {No footer on this page};
\pause
    \node at (0,-1) {Only on this page};
  \end{tikzpicture}
\end{frame}

\end{document}

--- End Message ---
--- Begin Message ---
Am 03.08.2019 um 13:06 teilte Hilmar Preuße mit:
Am 07.05.2014 um 21:06 teilte Hilmar Preusse mit:
On 12.02.12 Josh Triplett (josh@joshtriplett.org) wrote:

When using a theme with a footer, if I create a slide which uses
\pause within a TikZ picture to create an incrementally overlaid
diagram, the footer will disappear on all but the last sub-slide.
This doesn't happen when using \pause outside of a TikZ picture,
nor does it happen when using full overlay specifications in a TikZ
picture.

Seems to be known in upstream:
https://bitbucket.org/rivanvx/beamer/issue/278/tikz-overlay-breaks-footer

Could you test the fix for that issue:
https://bitbucket.org/rivanvx/beamer/commits/f6bd5e3805daadedb29ee5a976a5c30a4efe3e35/raw/

New URL: https://github.com/josephwright/beamer/issues/278

The issue has been closed in 2016, hence I'd assume that the fix has
made it into Debian. Could you confirm that the issue is solved?

No reaction foom customer for > 1,5 years and issue probably solved.

Closing.

Hilmar
--
sigfault


Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---

Reply to: