thesis/5_theseus/main.typ

20 lines
862 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]
])))
#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_limits.typ")
#include("6_conclusion.typ")