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

Support pdfpc notes #5833

Open
paulmenzel opened this issue Oct 17, 2019 · 2 comments
Open

Support pdfpc notes #5833

paulmenzel opened this issue Oct 17, 2019 · 2 comments
Labels

Comments

@paulmenzel
Copy link

pdfpc is GTK-based presentation viewer which uses Keynote-like multi-monitor output to provide meta information to the speaker during the presentation.

It supports notes for LaTeX beamer: “Support for notes, both as text and on slides (as generated by LaTeX beamer)”

You can add notes in pdfpc, but you can also edit the text file. That has the same name as the PDF but with the suffix pdfpc. The parser can be read but the format looks like below. You have a section [notes], and then the slide number is prefixed by ### . The notes go below.

[notes]
### 3
uinaetudniaedtndaien
uniaedn
### 5
uniaedtunaid
### 7
undiaenudtiaendutnaie
unidaenu
uinade

It be great, if the Pandoc notes could be converted to that format.

@mb21
Copy link
Collaborator

mb21 commented Oct 19, 2019

If I understand correctly, this output would be in addition to the PDF file pandoc produces.

The content for that would be the pandoc speaker notes?

I guess it's something worth thinking about, but you can definitely write a pandoc filter already that does this.

@allefeld
Copy link
Contributor

allefeld commented Jan 7, 2020

I don't know pdfpc, but if it supports notes as generated by beamer, wouldn't it make more sense to write beamer's \note{} command to the beamer input?

As an added benefit, the LaTeX template could define

\newcommand{\note}[1]{\marginpar{#1}}

so that notes are supported for the latex writer, too.

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

No branches or pull requests

3 participants