-
Notifications
You must be signed in to change notification settings - Fork 2
/
thesis.typ
executable file
·43 lines (32 loc) · 962 Bytes
/
thesis.typ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#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)