You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use custom markers in polylux, they are not hidden when using #uncover or #pause anymore.
Example code (bullet_layer_one.svg is literally a colored square) :
#import"@preview/polylux:0.3.1": *
#setpage(paper: "presentation-16-9")
#settext(size: 25pt)
#setlist(
marker: (image(height: 0.5em, width: 0.5em, "bullet_layer_one.svg")),
indent: 0.75cm
)
#polylux-slide[
Powerpoint is not the ideal tool for presentations:
- Results look often crooked
- Lots of manual labor
#uncover("2-")[$arrow$ one could use LaTeX Beamer]
#uncover("3-")[
There are still various flaws with LaTeX:
- Cryptic syntax
- Crude error messages (`Badness over 10000`)
]
]
produces the following result on slide 2:
The text was updated successfully, but these errors were encountered:
When I use custom markers in polylux, they are not hidden when using
#uncover
or#pause
anymore.Example code (
bullet_layer_one.svg
is literally a colored square) :produces the following result on slide 2:
The text was updated successfully, but these errors were encountered: