Giter VIP home page Giter VIP logo

Comments (5)

Cimbali avatar Cimbali commented on June 12, 2024

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?)

from pympress.

sven-frotscher avatar sven-frotscher commented on June 12, 2024

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.

from pympress.

Cimbali avatar Cimbali commented on June 12, 2024

Ok so this is fixed now. It was a combination of a number of rather subtle errors:

  • your generated document has repeated page labels, as if it only had 2 pages each with a \pause command. Therefore, only showing 2 pages is actually intended.
    • This is something caused by the second screen mode, but can be disabled with \documentclass[hyperref={pdfpagelabels=false}]{beamer}.
    • Alternately, pympress can be set to ignore page labels and always display all pages by setting distinct-labels-only = off in the [deck-overview] section of the config
  • the deck respected the initial notes position, but didn’t get the updates (e.g. when guessed from the document), which means the full page (including second screen) was rendered instead of only the interesting part.
  • the deck partially ignored the distinct-labels-only option I mentioned above.

from pympress.

sven-frotscher avatar sven-frotscher commented on June 12, 2024

Partially 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.

Screenshot:

Pympress screenshot

from pympress.

Cimbali avatar Cimbali commented on June 12, 2024

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.

from pympress.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.