diff options
| -rw-r--r-- | electrical-specifications.typ | 2 | ||||
| -rw-r--r-- | introduction.typ | 2 | ||||
| -rw-r--r-- | lib/unify.typ (renamed from unify.typ) | 0 | ||||
| -rw-r--r-- | mechanical-specifications.typ | 2 | ||||
| -rw-r--r-- | module-design.typ | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/electrical-specifications.typ b/electrical-specifications.typ index a7c5a76..320ec1e 100644 --- a/electrical-specifications.typ +++ b/electrical-specifications.typ @@ -1,4 +1,4 @@ -#import "unify.typ": qty, qtyrange +#import "lib/unify.typ": qty, qtyrange = Electrical specifications <electrical-specifications> diff --git a/introduction.typ b/introduction.typ index 93081cf..3fb9616 100644 --- a/introduction.typ +++ b/introduction.typ @@ -1,4 +1,4 @@ -#import "unify.typ": qty +#import "lib/unify.typ": qty = Introduction <introduction> diff --git a/unify.typ b/lib/unify.typ index a8ed0da..a8ed0da 100644 --- a/unify.typ +++ b/lib/unify.typ diff --git a/mechanical-specifications.typ b/mechanical-specifications.typ index ba257c8..e39a05e 100644 --- a/mechanical-specifications.typ +++ b/mechanical-specifications.typ @@ -1,4 +1,4 @@ -#import "unify.typ": qty, qtyrange +#import "lib/unify.typ": qty, qtyrange = Mechanical specifications <mechanical-specifications> diff --git a/module-design.typ b/module-design.typ index 4880496..bebb2ce 100644 --- a/module-design.typ +++ b/module-design.typ @@ -1,4 +1,4 @@ -#import "unify.typ": num, qty, qtyrange, unit +#import "lib/unify.typ": num, qty, qtyrange, unit #import "@preview/diverential:0.3.0": * = Module design <module-design> |
