andreasKroepelin / polylux

A package for creating slides in Typst
https://polylux.dev/book
MIT License
1.18k stars 55 forks source link

pdfpc doesnt work with notes #101

Closed spooch99 closed 1 year ago

spooch99 commented 1 year ago

Testing with example "gauss.typ", I compiled it with typst v0.7.0: typst compile gauss.typ --root ..

which worked (the "--root .." is necessary because of the reference to ../polylux.typ)

Then I build the gauss.pdfpc file with the new tool, which gave the exact file as delivered with git.

But unfortunatly no notes are shown (started with one screen with slide and note in parallel).

I tried pdfpc Version v4.5.1pre from ubuntu 22.04 und self compiled variant v4.7.0pre, both with the same result.

It seems, that the first slide shown on the left and the second slide in small right of this. In the next step the second slide in big and the third in small and so on.

TfH, Oliver

spooch99 commented 1 year ago

Hmm, original file from pdfpc-Website also doesnt work .. so the problem seems at my side

drupol commented 1 year ago

Hello,

I'm also having the issue with pdfpc, it doesn't show notes at all.

Also, why did you closed the issue? did you find a solution? Could you please let us know?