diff options
| -rw-r--r-- | lib/unify.typ | 2 | ||||
| -rw-r--r-- | preamble.typ | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/unify.typ b/lib/unify.typ index a8ed0da..e13fabd 100644 --- a/lib/unify.typ +++ b/lib/unify.typ @@ -1,5 +1,5 @@ #import "@preview/unify:0.8.1": ( - num, numrange as sys-numrange, qty as sys-qty, qtyrange as sys-qtyrange, unit as sys-unit, + add-unit, num, numrange as sys-numrange, qty as sys-qty, qtyrange as sys-qtyrange, unit as sys-unit, ) // Set global defaults via currying diff --git a/preamble.typ b/preamble.typ index a0a4629..5789f6e 100644 --- a/preamble.typ +++ b/preamble.typ @@ -1,4 +1,4 @@ -#import "@preview/unify:0.8.1": add-unit +#import "lib/unify.typ": add-unit // All units for the specification should be specified here #add-unit("ppm", "ppm", "upright(\"ppm\")") |
