-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't workinglayoutRelated to the layout category, which is about composing, positioning, etc.Related to the layout category, which is about composing, positioning, etc.textRelated to the text category, which is all about text handling, shaping, etc.Related to the text category, which is all about text handling, shaping, etc.urgentShould be fixed before the next release.Should be fixed before the next release.
Description
Description
The issue is especially visible when paragraphs are justified.
If a line breaks just before an inline equation, a extra blank space is added.
The following code:
#set page(width: 10cm, margin: (left: 1cm, right:1cm))
#set par(justify: true)
#lorem(10)
#lorem(5) aaaaa $a = c + b$
#lorem(10)is rendered as (a line has been added to make it more apparent):
Reproduction URL
No response
Operating system
Web app
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinglayoutRelated to the layout category, which is about composing, positioning, etc.Related to the layout category, which is about composing, positioning, etc.textRelated to the text category, which is all about text handling, shaping, etc.Related to the text category, which is all about text handling, shaping, etc.urgentShould be fixed before the next release.Should be fixed before the next release.
