Reviewed-on: #7 Co-authored-by: Mark <mark@betalupi.com> Co-committed-by: Mark <mark@betalupi.com>
16 lines
287 B
Typst
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"
|