New build system
Some checks failed
Lints / typos (push) Successful in 21s
Build and deploy / build (push) Has been cancelled

This commit is contained in:
2025-01-21 18:35:58 -08:00
parent a14656d94f
commit a82cc8c79f
354 changed files with 870 additions and 1658 deletions

View File

@ -0,0 +1,22 @@
#import "handout.typ": *
#show: doc => handout(
doc,
group: "Advanced 2",
quarter: link(
"https://betalupi.com/handouts",
"betalupi.com/handouts",
),
title: [Tropical Polynomials],
by: "Mark",
subtitle: "Based on a handout by Bryant Mathews",
)
#include "parts/00 arithmetic.typ"
#pagebreak()
#include "parts/01 polynomials.typ"
#pagebreak()
#include "parts/02 cubic.typ"