small refactor
Some checks failed
/ test_checkout (push) Failing after 20s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-06-26 17:38:02 +02:00
parent e7a46aa2a9
commit 1ee8013522
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
50 changed files with 75 additions and 136 deletions

View file

@ -69,64 +69,11 @@
#counter(page).update(1)
= Introduction <sec:intro>
#todo[Write an introduction]
#lorem(200)
#figure(
circle(radius: 50pt),
caption: [A circle],
) <fig:intro>
#lorem(200)
= Background <sec:bg>
#todo[Present your field background]
#lorem(200)
#figure(
table(
columns: (20pt, 20pt, 20pt),
align: center+horizon,
table.header(
table.cell(colspan:3)[Play]
),
emoji.crossmark, [], emoji.circle.stroked,
[], emoji.circle.stroked, [],
emoji.crossmark, [], emoji.crossmark,
),
caption: [A tic tac toe game],
) <tab:tic-tac-toe>
== Something
#lorem(200)
== Something Else
#lorem(200)
= Related Work
#todo[Do the State of the Art]
#lorem(200)
#figure([
```python
for _ in range(10):
print("Hello Void")
```
], caption: [Some code],
) <alg:hello-void>
#include("3_rasta/main.typ")
#include("4_class_loader/main.typ")
#include("1_introduction/main.typ")
#include("2_background/main.typ")
#include("3_related_work/main.typ")
#include("4_rasta/main.typ")
#include("5_class_loader/main.typ")
= Contribution n