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
Normally there is a border around the pages of the linear theme that looks like this:
However when the content in an entry spans multiple pages, this border is missing
Place the following code in a .typ file inside of the root of the Notebookinator, and then compile that file to see the bug.
.typ
#import "/lib.typ": * #import themes.linear: linear-theme, components #show: notebook.with( theme: linear-theme, ) #create-frontmatter-entry(title: "Table of Contents")[ #lorem(2000) ]
The text was updated successfully, but these errors were encountered:
Hey did you ever fix this?
Sorry, something went wrong.
BestUsernamEver
No branches or pull requests
Expected Behavior
Normally there is a border around the pages of the linear theme that looks like this:
Observed Behavior
However when the content in an entry spans multiple pages, this border is missing
Steps to Reproduce
Place the following code in a
.typ
file inside of the root of the Notebookinator, and then compile that file to see the bug.Environment
The text was updated successfully, but these errors were encountered: