Open DaGeRe opened 6 years ago
I debugged this a little bit, and found that the error is in \documentclass[hyperref={pdfpagelabels=false}]{beamer}
: If I instead write \documentclass{beamer}
, it works. Since I do not remember why I added this parameter, for which use case the interaction with pdfpc does not work, or if there is a use case for this parameter at all.
could be related to #21 using a different page counter may help to fix this.
When I try to add an onlyenv-Stuff for 3 slides in one frame, the following notes are two slides too early:
The note "This note is displayed wrong" is displayed on slide 3, i.e. on the second slide of frame 2, instead of slide 5, i.e. first and only slide of frame 3. Is there a workaround for this?