GithubHelp home page GithubHelp logo

Comments (5)

stiglers-eponym avatar stiglers-eponym commented on June 6, 2024

This is due to the way how beamerpresenter detects and handles overlays.
BeamerPresenter by default tries to handle overlays in presentations separately. Overlays are pages that show different versions of the same slide, e.g. pages generated with \begin{itemize}[<+->] ... \end{itemize}. The detection of overlays relies on page labels. Consecutive slides that have the same page label are interpreted as overlays of the same slide. There are no further checks to verify if these are overlays. In your PDF the first and second page have the same page label ("1"). Thus beamerpresenter considers these to be different overlays of the same slide. The preview always shows the next slide, not the next overview. The next slide is the one with label "2" (the third page). In the thumbnail overview only the last overlay of each slide is shown.

To avoid these problems there are two possibilities:

  1. Configure beamerpresenter to ignore overlays. Mainly you need to adapt the GUI configuration file (gui.jon). Removing every entry with key "overlays" should be sufficient.
  2. Change the PDF such that the section page has an own slide label.

from beamerpresenter.

symphorien avatar symphorien commented on June 6, 2024

Maybe you could detect sections as starting a new slide, as sections are declared in the TOC of the pdf?

from beamerpresenter.

stiglers-eponym avatar stiglers-eponym commented on June 6, 2024

Maybe you could detect sections as starting a new slide, as sections are declared in the TOC of the pdf?

Good idea! I'll try that.

from beamerpresenter.

stiglers-eponym avatar stiglers-eponym commented on June 6, 2024

Should be fixed now. Pages with an own TOC entry always start a new slide. Thanks for the idea!

from beamerpresenter.

symphorien avatar symphorien commented on June 6, 2024

thank you very much!

from beamerpresenter.

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.