We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
page.header
footer
The rendered pdf of following code will have the header in bold:
#set page(header: [this is header]) = This is heading
This also happens to different level of heading and page.footer().
page.footer()
However, if we add some plain text, header / footer will displayed normally.
#set page(header: [this is header]) #lorem(10) = This is heading
#set page(header: [this is header]) = This is heading #lorem(10)
typst version: typst 0.11.1 (50115102)
typst
typst 0.11.1 (50115102)
No response
Windows
The text was updated successfully, but these errors were encountered:
Duplicate of #241
Sorry, something went wrong.
No branches or pull requests
Description
The rendered pdf of following code will have the header in bold:
This also happens to different level of heading and
page.footer()
.However, if we add some plain text, header / footer will displayed normally.
typst
version:typst 0.11.1 (50115102)
Reproduction URL
No response
Operating system
Windows
Typst version
The text was updated successfully, but these errors were encountered: