Skip to content

Commit

Permalink
Remove the space in pdv's numerator that appears when the function na…
Browse files Browse the repository at this point in the history
…me is text (#43)
  • Loading branch information
Hifive55555 authored Jan 18, 2025
1 parent 0f0c297 commit c6cea96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physica.typ
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@
let upper = if total_order != 1 and total_order != [1] { // number or Content
if f == none { $#d^#total_order$ } else { $#d^#total_order#f$ }
} else {
if f == none { $#d$ } else { $#d #f$ }
if f == none { $#d$ } else { $#d#f$ }
}

let display(num, denom, slash) = {
Expand Down

0 comments on commit c6cea96

Please sign in to comment.