diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-10 07:36:27 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-10 07:36:27 +0200 |
| commit | 230e15f6cb19dda08ec5280f4a8d047aaece4b0a (patch) | |
| tree | d7ae77dd39817973b6ae820845e7645b8579f1fb | |
| parent | 578d2b3bac4bcf698d18c29c494b3143e9a97ad8 (diff) | |
| download | same-230e15f6cb19dda08ec5280f4a8d047aaece4b0a.tar.gz same-230e15f6cb19dda08ec5280f4a8d047aaece4b0a.tar.bz2 same-230e15f6cb19dda08ec5280f4a8d047aaece4b0a.zip | |
push unify.lib into its own lib subdirectory
| -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> |
