#import "template.typ" : * #show: thesis.with( title: "Creating a Typst template", author: "Your name", type: "TX000", student_id: "change-me", course: "TINF2XA", date: datetime( year: 1984, month: 10, day: 10, ), time_period: "01.01.2023 - 00.00.2024", confidentiality_clause: true, language: "en", supervisor: "Someone", signature: none, // TODO ) // NOTE: https://www.dhbw.de/fileadmin/user_upload/Dokumente/Dokumente_fuer_Studierende/191212_Leitlinien_Praxismodule_Studien_Bachelorarbeiten.pdf // Requirements: // - 25-35 pages without directories und attachments // incl. graphics and tables // - must document: task, process of implementation, solutions and results = Introduction #include "./chapters/01-Introduction.typ" #pagebreak() = Technical Background == Spell checking You can use #link("https://github.com/crate-ci/typos")[Typos], but I am too lazy to explain. = Summary and Conclusion #lorem(250)