|
|
@ -49,10 +49,11 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
#set page(foreground: ghost-5(dx:-45%, dy: 43%))
|
||||||
#slide(new-sec: true, title: [Introduction], hide-title: true)[
|
#slide(new-sec: true, title: [Introduction], hide-title: true)[
|
||||||
Intro 1
|
Intro 1
|
||||||
|
|
||||||
]
|
]
|
||||||
|
#set page(foreground: [])
|
||||||
|
|
||||||
#slide[
|
#slide[
|
||||||
Intro 2
|
Intro 2
|
||||||
|
|
|
||||||
BIN
slides/imgs/ghosts/eye-1.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
slides/imgs/ghosts/eye-2.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
slides/imgs/ghosts/eye-3.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
slides/imgs/ghosts/eye-4.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
slides/imgs/ghosts/ghost-1.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
slides/imgs/ghosts/ghost-2.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
slides/imgs/ghosts/ghost-3.png
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
slides/imgs/ghosts/ghost-4.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
slides/imgs/ghosts/ghost-5.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
slides/imgs/ghosts/ghost-6.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
slides/imgs/ghosts/ghost-7.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
|
|
@ -29,3 +29,22 @@ pirat-color.red,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
#let ghost(img, ..args,) = {
|
||||||
|
move(
|
||||||
|
..args,
|
||||||
|
image(img, height: 100pt)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
#let ghost-1 = ghost.with("imgs/ghosts/ghost-1.png")
|
||||||
|
#let ghost-2 = ghost.with("imgs/ghosts/ghost-2.png")
|
||||||
|
#let ghost-3 = ghost.with("imgs/ghosts/ghost-3.png")
|
||||||
|
#let ghost-4 = ghost.with("imgs/ghosts/ghost-4.png")
|
||||||
|
#let ghost-5 = ghost.with("imgs/ghosts/ghost-5.png")
|
||||||
|
#let ghost-6 = ghost.with("imgs/ghosts/ghost-6.png")
|
||||||
|
#let ghost-7 = ghost.with("imgs/ghosts/ghost-7.png")
|
||||||
|
#let eye-1 = ghost.with("imgs/ghosts/eye-1.png")
|
||||||
|
#let eye-2 = ghost.with("imgs/ghosts/eye-2.png")
|
||||||
|
#let eye-3 = ghost.with("imgs/ghosts/eye-3.png")
|
||||||
|
#let eye-4 = ghost.with("imgs/ghosts/eye-4.png")
|
||||||
|
|
|
||||||