Mark 7b62526a5c
All checks were successful
CI / Typos (push) Successful in 30s
CI / Typst formatting (push) Successful in 6s
CI / Build (push) Successful in 11m21s
Refactor handout.typ
Reviewed-on: #7
Co-authored-by: Mark <mark@betalupi.com>
Co-committed-by: Mark <mark@betalupi.com>
2025-01-24 17:59:56 -08:00

16 lines
287 B
Typst

#import "@local/handout:0.1.0": *
#show: handout.with(
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"