ported rivet to typst
This commit is contained in:
4
src/util.typ
Normal file
4
src/util.typ
Normal file
@@ -0,0 +1,4 @@
|
||||
#let z-fill(string, length) = {
|
||||
let filled = "0" * length + string
|
||||
return filled.slice(-length)
|
||||
}
|
||||
Reference in New Issue
Block a user