diff --git a/lib/typst/handout.typ b/src/Advanced/Tropical Polynomials/handout.typ similarity index 100% rename from lib/typst/handout.typ rename to src/Advanced/Tropical Polynomials/handout.typ diff --git a/src/Advanced/Tropical Polynomials/macros.typ b/src/Advanced/Tropical Polynomials/macros.typ index 5e3b706..7b40215 100644 --- a/src/Advanced/Tropical Polynomials/macros.typ +++ b/src/Advanced/Tropical Polynomials/macros.typ @@ -1,4 +1,4 @@ -#import "../../../lib/typst/handout.typ": * +#import "./handout.typ": * #import "@preview/cetz:0.3.1" diff --git a/src/Advanced/Tropical Polynomials/main.typ b/src/Advanced/Tropical Polynomials/main.typ index 70ef20d..f4e750d 100644 --- a/src/Advanced/Tropical Polynomials/main.typ +++ b/src/Advanced/Tropical Polynomials/main.typ @@ -1,4 +1,4 @@ -#import "../../../lib/typst/handout.typ": * +#import "./handout.typ": * #show: doc => handout( doc, diff --git a/src/Advanced/Tropical Polynomials/parts/00 arithmetic.typ b/src/Advanced/Tropical Polynomials/parts/00 arithmetic.typ index 2ecbbe5..5a85ba6 100644 --- a/src/Advanced/Tropical Polynomials/parts/00 arithmetic.typ +++ b/src/Advanced/Tropical Polynomials/parts/00 arithmetic.typ @@ -1,4 +1,4 @@ -#import "../../../../lib/typst/handout.typ": * +#import "../handout.typ": * #import "../macros.typ": * = Tropical Arithmetic diff --git a/src/Advanced/Tropical Polynomials/parts/01 polynomials.typ b/src/Advanced/Tropical Polynomials/parts/01 polynomials.typ index 08ebc0c..8ce03c2 100644 --- a/src/Advanced/Tropical Polynomials/parts/01 polynomials.typ +++ b/src/Advanced/Tropical Polynomials/parts/01 polynomials.typ @@ -1,4 +1,4 @@ -#import "../../../../lib/typst/handout.typ": * +#import "../handout.typ": * #import "../macros.typ": * #import "@preview/cetz:0.3.1" diff --git a/src/Advanced/Tropical Polynomials/parts/02 cubic.typ b/src/Advanced/Tropical Polynomials/parts/02 cubic.typ index 8614724..0ff3385 100644 --- a/src/Advanced/Tropical Polynomials/parts/02 cubic.typ +++ b/src/Advanced/Tropical Polynomials/parts/02 cubic.typ @@ -1,4 +1,4 @@ -#import "../../../../lib/typst/handout.typ": * +#import "../handout.typ": * #import "../macros.typ": * #import "@preview/cetz:0.3.1"