andreasKroepelin / polylux

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

Handout mode doesn't handle `#pause` #92

Closed AltGr closed 1 year ago

AltGr commented 1 year ago

The new #pause is great, but unaffected by #enable-handout-mode(true)

An option I am wondering about would be to take only the last version of each slide instead of tweaking the separate functions. I don't know if it would be simpler implementation-wise, but I think that's what would suit my use-case best regarding alternatives.

andreasKroepelin commented 1 year ago

Oh no! I missed that, thanks for pointing it out. It is easy to fix though, I think.

I think it is not trivial to get the last subslide without emmitting all previous ones, though.

Drodt commented 1 year ago

An option I am wondering about would be to take only the last version of each slide instead of tweaking the separate functions

If that were to be implemented, it should be an option imo. The current (intended) behavior is ideal in most situations

augustebaum commented 11 months ago

I notice this is still an issue since there hasn't been a new release since August 28; would it be possible to make this available?

andreasKroepelin commented 11 months ago

I'm hoping to publish a release during my christmas holidays.