notebookinator icon indicating copy to clipboard operation
notebookinator copied to clipboard

🐛 The Linear theme borders break when entries pan multiple pages

Open BattleCh1cken opened this issue 1 year ago • 1 comments
trafficstars

Expected Behavior

Normally there is a border around the pages of the linear theme that looks like this:

image

Observed Behavior

However when the content in an entry spans multiple pages, this border is missing

image

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

BattleCh1cken avatar May 23 '24 17:05 BattleCh1cken

Hey did you ever fix this?

BattleCh1cken avatar Jul 13 '24 23:07 BattleCh1cken