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

Headers do not appear on first slides, but footers do. #196

Open
TravisWhitaker opened this issue Dec 20, 2024 · 0 comments
Open

Headers do not appear on first slides, but footers do. #196

TravisWhitaker opened this issue Dec 20, 2024 · 0 comments

Comments

@TravisWhitaker
Copy link

Please accept my apology if this winds up being a misunderstanding (FWIW I could not work out why this should be so from the documentation), but it seems that footers from the page function appear on all slides, but headers are excluded from the first slide.

Building this with Typst 0.12.0:

#import "@preview/polylux:0.3.1": *

#set rect(width: 100%, height: 100%)
#set page( paper: "presentation-16-9"
         , header: rect(fill: aqua)[header]
         , footer: rect(fill: aqua)[footer]
         )

#polylux-slide[a]
#pagebreak()
#polylux-slide[b]

Yields this output:

Screenshot 2024-12-20 at 8 49 13 AM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant