Mark b9938555c8
Some checks failed
Lints / typos (push) Failing after 30s
Build and deploy / build (push) Has been cancelled
Added section 3 problems
2025-01-20 19:18:07 -08:00

23 lines
399 B
Typst

#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"