Skip to content

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

New issue

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

Open
BattleCh1cken opened this issue May 23, 2024 · 1 comment
Assignees
Labels
repro:confirmed type:bug Something isn't working

Comments

@BattleCh1cken
Copy link
Contributor

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
Copy link
Contributor Author

Hey did you ever fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repro:confirmed type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants