Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The framenumber counter isn't necessarily equal to the output frame number #21

Open
lorenzhs opened this issue Mar 29, 2018 · 5 comments

Comments

@lorenzhs
Copy link

For example, our corporate template starts with framenumber 0 for the title page. I don't know if it's possible to figure this out automatically, but being able to pass a known offset as a package option would be good.

As a workaround, I inserted the following line before the definition of pnote, and replaced theframenumber with pdfpcframenumber:

\newcommand{\pdfpcframenumber}{\the\numexpr\value{framenumber}+1\relax}

That is completely unportable, of course, but could just as well be applied with an offset that defaults to 0.

@cebe
Copy link
Owner

cebe commented Apr 5, 2018

For example, our corporate template starts with framenumber 0 for the title page.

could you explain why this is the case?

@lorenzhs
Copy link
Author

lorenzhs commented Apr 5, 2018

I think the idea is that the first content slide is slide 1 and the title doesn't have a visible frame number. But this applies equally to all other crazy things people might do with the framenumber counter.

@lorenzhs
Copy link
Author

lorenzhs commented Apr 10, 2018

Uhm, more generally, isn't framenumber the wrong counter when using overlays, or is this another peculiarity in our corporate template?

@cebe
Copy link
Owner

cebe commented Apr 10, 2018

well, current implementation is working well with overlays when using plain beamer package without adjustments, so I assume it is correct. The expected behavior is to have notes per frame and not per overlay.

@lorenzhs
Copy link
Author

Yeah I agree that makes sense, it's probably our template that's broken. Switching to the page counter fixes it though 🤷‍♂️ - Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants