From 2d219eb0a573dfa6df1ff4c56d521b520e8bfc70 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 21 Jan 2025 20:52:14 -0800 Subject: [PATCH] Temporary fix --- {lib/typst => src/Advanced/Tropical Polynomials}/handout.typ | 0 src/Advanced/Tropical Polynomials/macros.typ | 2 +- src/Advanced/Tropical Polynomials/main.typ | 2 +- src/Advanced/Tropical Polynomials/parts/00 arithmetic.typ | 2 +- src/Advanced/Tropical Polynomials/parts/01 polynomials.typ | 2 +- src/Advanced/Tropical Polynomials/parts/02 cubic.typ | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename {lib/typst => src/Advanced/Tropical Polynomials}/handout.typ (100%) 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"