cebe / cebe/pdfpc-latex-notes

PNote Does not Work Together with onlyenv

Open
#22 2 comments 0 reactions 0 assignees View on GitHub
to be verified
Dominant language
TeX
Stars
152
Forks
36
PR merge metrics
No merged PRs in 30d

Description

When I try to add an onlyenv-Stuff for 3 slides in one frame, the following notes are two slides too early:

```
\documentclass[hyperref={pdfpagelabels=false}]{beamer}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage{pdfpcnotes}

\begin{document}

\begin{frame}{}
My Title Slide

\pnote{Say that this is this title slide!}

\end{frame}

\begin{frame}<1-3>
\begin{onlyenv}<1-3>
\begin{center}
This is a slide
\end{center}
\end{onlyenv}
\pnote{Say that this are three times the same slide}
\end{frame}

\begin{frame}[fragile]

Here comes the wrong positioning

\pnote{This note is displayed wrong}

\end{frame}
\end{document}
```

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.