From 6c8f94e4b7af018879519dcb6897feecedb4e377 Mon Sep 17 00:00:00 2001 From: servostar Date: Tue, 27 Aug 2024 20:36:21 +0200 Subject: [PATCH] fixed test local import --- tests/local-import/main.typ | 51 ++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/tests/local-import/main.typ b/tests/local-import/main.typ index 9197122..89d1865 100644 --- a/tests/local-import/main.typ +++ b/tests/local-import/main.typ @@ -1,29 +1,28 @@ #import "../../src/lib.typ": dhbw-template -#show: dhbw-template.with( - config: ( - 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), - 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))) +#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 +]