Move typst lib
Some checks failed
Lints / typos (push) Successful in 26s
Build and deploy / build (push) Failing after 8m21s

This commit is contained in:
Mark 2025-01-21 18:40:32 -08:00
parent a82cc8c79f
commit 8b2f6aa1b1
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
6 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,6 @@
#import "../../../lib/typst/handout.typ": *
#import "@preview/cetz:0.3.1" #import "@preview/cetz:0.3.1"
#import "handout.typ": *
// Shorthand, we'll be using these a lot. // Shorthand, we'll be using these a lot.
#let tp = sym.plus.circle #let tp = sym.plus.circle

View File

@ -1,4 +1,4 @@
#import "handout.typ": * #import "../../../lib/typst/handout.typ": *
#show: doc => handout( #show: doc => handout(
doc, doc,

View File

@ -1,4 +1,4 @@
#import "../handout.typ": * #import "../../../../lib/typst/handout.typ": *
#import "../macros.typ": * #import "../macros.typ": *
= Tropical Arithmetic = Tropical Arithmetic

View File

@ -1,4 +1,4 @@
#import "../handout.typ": * #import "../../../../lib/typst/handout.typ": *
#import "../macros.typ": * #import "../macros.typ": *
#import "@preview/cetz:0.3.1" #import "@preview/cetz:0.3.1"

View File

@ -1,4 +1,4 @@
#import "../handout.typ": * #import "../../../../lib/typst/handout.typ": *
#import "../macros.typ": * #import "../macros.typ": *
#import "@preview/cetz:0.3.1" #import "@preview/cetz:0.3.1"