This commit is contained in:
parent
e7a46aa2a9
commit
1ee8013522
50 changed files with 75 additions and 136 deletions
63
main.typ
63
main.typ
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue