#Justification adds unneeded space on the next line after formulas

3 messages · Page 1 of 1 (latest)

elder hornet
#

When a line in a justified paragraph ends with a formula and the paragraph doesn't end on the next line, a space is added in the beginning of that next line.

#

the code:

#

@dusty scaffold render ```// keep in mind the renderer's preamble!
// #set page(margin: 10pt)
#set page(width: 30em)
#set par(justify: true)

Very long text that pushes a formula to the end of the line: $f o r m u l a$ More text that wraps after the formula, and then again sometime later.```