format number properly
This commit is contained in:
parent
1dc9e8227e
commit
d730d1f4a7
15 changed files with 67 additions and 29 deletions
|
@ -1,8 +1,3 @@
|
|||
|
||||
#let mypercent(numerator, denominator, digits: 2) = {
|
||||
[#calc.round((100 * numerator) / denominator, digits: digits) %]
|
||||
}
|
||||
|
||||
#let ok = text(fill: olive, sym.checkmark)
|
||||
#let okk = text(fill: olive, tracking: -5pt, sym.checkmark+sym.checkmark)
|
||||
|
||||
|
@ -25,5 +20,3 @@
|
|||
s
|
||||
}
|
||||
}
|
||||
|
||||
#let num(n) = [#n]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue