fixed test local import

This commit is contained in:
Sven Vogel 2024-08-27 20:36:21 +02:00
parent ae729230bb
commit 6c8f94e4b7
1 changed files with 25 additions and 26 deletions

View File

@ -1,20 +1,15 @@
#import "../../src/lib.typ": dhbw-template
#show: dhbw-template.with(
config: (
#show: dhbw-template((
lang: "en",
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),
supervisor: "Vivaldi",
matriculation-number: 123456789,
),
thesis: (
title: "Unofficial ABB/DHBW Typst template",
subtitle: "for reports and thesises",
@ -23,7 +18,11 @@
kind: "T2000",
summary: none,
abstract: none,
keywords: ( "IT", "other stuff" ),
keywords: ("IT", "other stuff"),
bibliography: none,
glossary: none,
appendices: none)))
appendices: none,
),
))[
test
]