spooky little ghosts
All checks were successful
/ test_checkout (push) Successful in 1m49s

This commit is contained in:
Jean-Marie Mineau 2025-10-15 17:37:38 +02:00
parent 528e1bc5b5
commit 074010755c
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
13 changed files with 21 additions and 1 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -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")