#Justification adds unneeded space on the next line after formulas
3 messages · Page 1 of 1 (latest)
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.```