-
Notifications
You must be signed in to change notification settings - Fork 4
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
mark frame as last frame of presentation (enduserslide, but inline) #1
Comments
Please check #2. With it, you can do something like \usepackage{refcount}
\pdfpcsetup{enduserslide=\getrefnumber{lastslide}}
...
\begin{frame}[label=lastslide]
...
\end{frame} |
that suffers from excluded frames with
interestingly, the framecounter is bumped on not-rendered frames which trips up to the logic to detect the pdf page the slide is on. |
I think I understand the problem. The reference is actually to the PDF page label, not the frame number. In case of So pdfpc needs to be told to interpret the |
I must admit that I don't understand the technical problem which occurs here. |
I would probably go for a new parameter, e.g. |
When bike sheds start occupying a significant part of the campus area, the problem changes its quality :). Which is the case with the complexities of interacting/working around all beamer issues. |
I wonder whether josephwright/beamer@24207e0 changes the behaviour sufficiently much to have an impact on the solution required here. |
Probably that change will suffice, indeed. But in general, it isn't guaranteed that PDF page label = page number (or even that the labels are numeric), so |
I am aware of enduserslide but it takes a number that I don't necessarily know upfront.
I would like to leave a marker in the codes for my slides and have LaTeX figure out the slide number on its own. There may be other mechanisms that I am unaware of that could be used to achieve the goal.
So I think I would prefer having something like
rather than having to know the number of the slide upfront.
Better yet if
\appendix
would be recognised and the last content slide be marked asenduserslide
automatically.I've toyed around with a few approaches and most notably, using the framenumber is not a solution, because you can have skipped frames with the
<0>
overlay specification.The text was updated successfully, but these errors were encountered: