Some checks failed
/ test_checkout (push) Failing after 22s
18 lines
682 B
Typst
18 lines
682 B
Typst
#import "../lib.typ": epigraph, highlight-block, todo
|
|
|
|
= Theseus <sec:th>
|
|
|
|
#epigraph("Plutarch, Life of Theseus 23.1")[The ship wherein Theseus and the youth of Athens returned from Crete had thirty oars, and was preserved by the Athenians \[...\] for they took away the old planks as they decayed, putting in new and strong timber in their places]
|
|
|
|
#align(center, highlight-block(inset: 15pt, width: 75%, block(align(left)[
|
|
#todo[Abstract for @sec:th]
|
|
])))
|
|
|
|
|
|
#todo[better title for theseus chapter title for @sec:th]
|
|
|
|
#include("1_introduction.typ")
|
|
#include("2_static_transformation.typ")
|
|
#include("3_dynamic_data_collection.typ")
|
|
#include("4_results.typ")
|
|
#include("5_ttv.typ")
|