2024-07-02 09:11:33 +00:00
|
|
|
|
|
|
|
#import "../../src/lib.typ": dhbw-template
|
|
|
|
|
2024-08-27 18:54:33 +00:00
|
|
|
#show: dhbw-template.with((
|
|
|
|
lang: "en",
|
|
|
|
this-key-is-not-in-config: "Ha Ha",
|
|
|
|
region: "en",
|
|
|
|
author: (
|
|
|
|
name: "Sven Vogel",
|
|
|
|
semester: 4,
|
|
|
|
program: "Informationtechnology",
|
|
|
|
course: "TINF19IT1",
|
|
|
|
faculty: "Technik",
|
|
|
|
university: "DHBW Mannheim",
|
|
|
|
company: "ABB AG",
|
|
|
|
supervisor: "Benny Goodman",
|
|
|
|
matriculation-number: 123456789,
|
|
|
|
),
|
|
|
|
thesis: (
|
|
|
|
title: "Unofficial ABB/DHBW Typst template",
|
|
|
|
subtitle: "for reports and thesises",
|
|
|
|
submission-date: "23rd march 2020",
|
|
|
|
timeframe: "1st january 2020 - 20th march 2020",
|
|
|
|
kind: "T2000",
|
|
|
|
summary: none,
|
|
|
|
abstract: none,
|
|
|
|
keywords: ("IT", "other stuff"),
|
|
|
|
bibliography: none,
|
|
|
|
glossary: none,
|
|
|
|
appendices: none,
|
|
|
|
),
|
|
|
|
))
|
2024-08-27 19:16:23 +00:00
|
|
|
|
|
|
|
= Heading
|