notebookinator
notebookinator copied to clipboard
🐛 The Linear theme borders break when entries pan multiple pages
trafficstars
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.
#import "/lib.typ": *
#import themes.linear: linear-theme, components
#show: notebook.with(
theme: linear-theme,
)
#create-frontmatter-entry(title: "Table of Contents")[
#lorem(2000)
]
Environment
- Typst Version: 0.11.1
- Notebookinator Version: 1.0.1
- Operating System: NixOS Linux
Hey did you ever fix this?