Closed sven-frotscher closed 6 months ago
The errors you’ve got in your logs are quite strange and should have prevented you from loading the deck view altogether. But aside from that can reproduce. It seems like the deck
widget is understanding the wrong type of note pages (interleaved instead of second screen?)
logged errors
The errors started when I toggled Notes mode
in the deck view. Pympress got stuck in the deck view after that. That's probably worth a separate issue.
deck widget understanding wrong type of note pages
Agreed.
Ok so this is fixed now. It was a combination of a number of rather subtle errors:
\pause
command. Therefore, only showing 2 pages is actually intended.
\documentclass[hyperref={pdfpagelabels=false}]{beamer}
.distinct-labels-only = off
in the [deck-overview]
section of the configPartially fixed (thank you, for what that's worth): Only the presented slides are shown now (i.e. notes are hidden), but I still don't see slides 2 and 4 from my MWE in the deck overview.
As mentioned above, only showing 2 pages is actually intended. There are 2 ways to fix that, that I’ve listed there too. See also for reference this tex.se post also reporting the page labeling issue.
Describe the bug When note slides are involved, the slide deck is missing every second slide.
To Reproduce Steps to reproduce the behavior:
beamer
presentation with\setbeameroption{show notes on second screen}
(example source code attached below) and open the PDF in PympressPresentation
-Notes Position
andNotes mode
seem to make no difference for this bugPresentation
-Deck Overview
Both slides and notes are displayed, but every second one is missing. Selecting a slide out of the displayed ones works as expected though.
Expected behavior Every slide is shown (preferably without associated notes).
Screenshots
Environment
Debug information Contents of
pympress.log
:The problem still happens if I remove my config file, although it contains some additional lines in the
[notes position]
section when compared to the one Pympress auto-generates:The bug I'm describing seems unaffected by these entries.
Additional context MWE TeX source code (change the file extension to
.tex
): num-slides.txtMy guess is that the deck overview only accounts for slides and notes on adjacent pages, not pages split between slide and notes. The
CRITICAL
log entry only happened when I played around with some settings (e.g. togglingNotes mode
while in the deck overview) and I doubt it's related.