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..5db0b48 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 "../../../src/Advanced/Tropical Polynomials/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..b2a9d4c 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 "../../../src/Advanced/Tropical Polynomials/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..b8039df 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 "../../../../src/Advanced/Tropical Polynomials/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..307ca64 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 "../../../../src/Advanced/Tropical Polynomials/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..a7924b3 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 "../../../../src/Advanced/Tropical Polynomials/handout.typ": * #import "../macros.typ": * #import "@preview/cetz:0.3.1"