format number properly
This commit is contained in:
parent
1dc9e8227e
commit
d730d1f4a7
15 changed files with 67 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue