Files
handouts/src/Advanced/Wallpaper/main.typ
Mark 121780df6c
All checks were successful
CI / Typst formatting (push) Successful in 5s
CI / Typos (push) Successful in 11s
CI / Build (push) Successful in 5m39s
Wallpaper groups (#23)
Reviewed-on: #23
2025-05-08 18:40:59 -07:00

27 lines
494 B
Typst

#import "@local/handout:0.1.0": *
// Resources:
//
// https://eschermath.org/wiki/Wallpaper_Patterns.html
// https://mathworld.wolfram.com/WallpaperGroups.html
// https://en.wikipedia.org/wiki/Wallpaper_group
#show: handout.with(
title: [Wallpaper Symmetry],
by: "Mark",
)
#include "parts/00 intro.typ"
#pagebreak()
#include "parts/01 reflect.typ"
#pagebreak()
#include "parts/02 rotate.typ"
#pagebreak()
#include "parts/03 problems.typ"
#pagebreak()
#include "parts/04 theorem.typ"