1
1
# import " template.typ" : *
2
2
3
- # show : gutachten . with (
4
- title : " Es war ein sehr cooles Thema " ,
5
- authors : (" Max Mustermann " , " Erika Musterfrau " ),
6
- advisors : (" Prof. Stephan Krusche " ,),
7
- type : " Bachelorarbeit " ,
3
+ # show : evaluation_report . with (
4
+ title : " Your Report Title " ,
5
+ authors : (" Author One " , " Author Two " ),
6
+ advisors : (" Advisor Name " ,),
7
+ type : " Bachelor Thesis " ,
8
8
date : datetime (day : 1 , month : 1 , year : 2025 ),
9
+ lang : " en" , // Here we set the language to English
9
10
grade_suggestion : 1.7 ,
10
- lang : " de" ,
11
11
)
12
-
13
- = Themenstellung & Ziele
12
+ = Objectives and Goals
14
13
# lorem (100 )
15
14
16
- = Stärken der Arbeit
15
+ = Strengths of the Work
17
16
# lorem (200 )
18
17
19
- = Schwächen der Arbeit
18
+ = Weaknesses of the Work
20
19
# lorem (200 )
21
20
22
- = Zusammenfassung
21
+ = Summary
23
22
# lorem (100 )
23
+
24
+ // ---------------------- German Version ----------------------
25
+ // #show: evaluation_report.with(
26
+ // title: "Der Titel Ihrer Arbeit",
27
+ // authors: ("Autor Eins", "Autor Zwei"),
28
+ // advisors: ("Betreuer Name",),
29
+ // type: "Bachelorarbeit",
30
+ // date: datetime(day: 1, month: 1, year: 2025),
31
+ // lang: "de",
32
+ // grade_suggestion: 1.7,
33
+ // )
34
+
35
+ // = Themenstellung & Ziele
36
+ // #lorem(100)
37
+
38
+ // = Stärken der Arbeit
39
+ // #lorem(200)
40
+
41
+ // = Schwächen der Arbeit
42
+ // #lorem(200)
43
+
44
+ // = Zusammenfassung
45
+ // #lorem(100)
0 commit comments