26
src/Advanced/Wallpaper/main.typ
Normal file
26
src/Advanced/Wallpaper/main.typ
Normal file
@ -0,0 +1,26 @@
|
||||
#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"
|
||||
Reference in New Issue
Block a user