From 234cb6cd1761440d036f991b26c141cc328d6e78 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 21 Jan 2025 21:02:44 -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..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"