2025-01-20 19:17:59 -08:00

20 lines
355 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"