format number properly

This commit is contained in:
Jean-Marie Mineau 2025-06-24 12:19:00 +02:00
parent 1dc9e8227e
commit d730d1f4a7
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
15 changed files with 67 additions and 29 deletions

View file

@ -1,7 +1,7 @@
#import "X_lib.typ": mypercent
#import "../lib.typ": num, mypercent
#let NBTOTAL = 62525
#let NBTOTALSTRING = NBTOTAL //\num{62525}\xspace}
#let NBTOTALSTRING = num(NBTOTAL)
#let nbtools = 26
#let nbtoolsselected = 20