All checks were successful
/ test_checkout (push) Successful in 1m42s
18 lines
829 B
Typst
18 lines
829 B
Typst
#import "../lib.typ": epigraph, highlight-block, todo
|
|
|
|
= The Application of Theseus: After Adding Runtime Data, it is Still Your Application <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]
|
|
#epigraph("Toby Fox, Undertale")[Despite everything, it's still you.]
|
|
|
|
#align(center, highlight-block(inset: 15pt, width: 75%, block(align(left)[
|
|
#todo[Abstract for @sec:th]
|
|
])))
|
|
|
|
#include("1_introduction.typ")
|
|
#include("2_overview.typ")
|
|
#include("3_static_transformation.typ")
|
|
#include("4_dynamic_data_collection.typ")
|
|
#include("5_results.typ")
|
|
#include("6_limits.typ")
|
|
#include("7_conclusion.typ")
|