ChHecker/unify

Leading thin space

EpicEricEE opened this issue · 1 comments

There is an additional thin space at the beginning when using uncertainties, that shouldn't be there:

#import "@preview/unify:0.4.2": qty, num

#qty("200+-5", "m") \
#num("200+-5")

$(200 plus.minus 5)$ // How it should look

image

(Using web app, 0.8.0)

Nice catch!
The thousands separator was also added in the beginning of the number if it had a multiple of three digits. The newest commit should fix this.
Feel free to reopen if you still notice an issue.