27 lines
494 B
Typst
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"
|