aboutsummaryrefslogtreecommitdiff
path: root/unify.typ
diff options
context:
space:
mode:
Diffstat (limited to 'unify.typ')
-rw-r--r--unify.typ9
1 files changed, 0 insertions, 9 deletions
diff --git a/unify.typ b/unify.typ
deleted file mode 100644
index a8ed0da..0000000
--- a/unify.typ
+++ /dev/null
@@ -1,9 +0,0 @@
-#import "@preview/unify:0.8.1": (
- num, numrange as sys-numrange, qty as sys-qty, qtyrange as sys-qtyrange, unit as sys-unit,
-)
-
-// Set global defaults via currying
-#let unit = sys-unit.with(per: "/")
-#let qty = sys-qty.with(per: "/")
-#let numrange = sys-numrange.with(delimiter: "\"to\"")
-#let qtyrange = sys-qtyrange.with(per: "/", delimiter: "\"to\"")