Skip to content

🐛 The Linear theme borders break when entries pan multiple pages #48

@BattleCh1cken

Description

@BattleCh1cken

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions