dhbw-abb-typst-template/tests/local-import/main.typ

29 lines
610 B
Plaintext
Raw Normal View History

2024-07-01 14:17:54 +00:00
#import "../../src/lib.typ": dhbw-template
2024-08-27 18:36:21 +00:00
#show: dhbw-template((
lang: "en",
region: "en",
author: (
university: "DHBW Mannheim",
company: "ABB AG",
supervisor: "Vivaldi",
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,
),
))[
test
]