-
Notifications
You must be signed in to change notification settings - Fork 21
/
proposal.typ
33 lines (28 loc) · 990 Bytes
/
proposal.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
#import "/layout/proposal_template.typ": *
#import "/metadata.typ": *
#import "/utils/todo.typ": *
#set document(title: titleEnglish, author: author)
#show: proposal.with(
title: titleEnglish,
titleGerman: titleGerman,
degree: degree,
program: program,
supervisor: supervisor,
advisors: advisors,
author: author,
startDate: startDate,
submissionDate: submissionDate,
transparency_ai_tools: include "/content/proposal/transparency_ai_tools.typ",
)
#TODO(color: red)[ // Remove this block
Before you start with your thesis, have a look at our guides on Confluence!
#link("https://confluence.ase.in.tum.de/display/EduResStud/How+to+Proposal")
]
#set heading(numbering: none)
#include "/content/proposal/abstract.typ"
#set heading(numbering: "1.1")
#include "/content/proposal/introduction.typ"
#include "/content/proposal/problem.typ"
#include "/content/proposal/motivation.typ"
#include "/content/proposal/objective.typ"
#include "/content/proposal/schedule.typ"