andreasKroepelin / polylux

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

Handout mode does not work #145

Closed KronosTheLate closed 9 months ago

KronosTheLate commented 9 months ago

Code:

#import "@preview/polylux:0.3.1": *
#import themes.simple: *
#show: simple-theme.with()
#enable-handout-mode(true)
#slide[
  - Point 1 #pause
  - Point 2
]

Output: image

So it appears like setting #enable-handout-mode(true) has no effect. Am I doing it wrong, or is it broken?

KronosTheLate commented 9 months ago

Could it be that this was fixed in https://github.com/andreasKroepelin/polylux/commit/d52ff22898a4bc66a889d0180e3703e7d5988d7a? If yes, we can just close this.

andreasKroepelin commented 9 months ago

Could it be that this was fixed in https://github.com/andreasKroepelin/polylux/commit/d52ff22898a4bc66a889d0180e3703e7d5988d7a? If yes, we can just close this.

Yep, should be fixed.