fixed test local import
This commit is contained in:
parent
ae729230bb
commit
6c8f94e4b7
|
@ -1,29 +1,28 @@
|
||||||
|
|
||||||
#import "../../src/lib.typ": dhbw-template
|
#import "../../src/lib.typ": dhbw-template
|
||||||
|
|
||||||
#show: dhbw-template.with(
|
#show: dhbw-template((
|
||||||
config: (
|
lang: "en",
|
||||||
lang: "en",
|
region: "en",
|
||||||
region: "en",
|
author: (
|
||||||
author: (
|
university: "DHBW Mannheim",
|
||||||
name: "Sven Vogel",
|
company: "ABB AG",
|
||||||
semester: 4,
|
supervisor: "Vivaldi",
|
||||||
program: "Informationtechnology",
|
matriculation-number: 123456789,
|
||||||
course: "TINF19IT1",
|
),
|
||||||
faculty: "Technik",
|
thesis: (
|
||||||
university: "DHBW Mannheim",
|
title: "Unofficial ABB/DHBW Typst template",
|
||||||
company: "ABB AG",
|
subtitle: "for reports and thesises",
|
||||||
supervisor: "Benny Goodman",
|
submission-date: "23rd march 2020",
|
||||||
matriculation-number: 123456789),
|
timeframe: "1st january 2020 - 20th march 2020",
|
||||||
thesis: (
|
kind: "T2000",
|
||||||
title: "Unofficial ABB/DHBW Typst template",
|
summary: none,
|
||||||
subtitle: "for reports and thesises",
|
abstract: none,
|
||||||
submission-date: "23rd march 2020",
|
keywords: ("IT", "other stuff"),
|
||||||
timeframe: "1st january 2020 - 20th march 2020",
|
bibliography: none,
|
||||||
kind: "T2000",
|
glossary: none,
|
||||||
summary: none,
|
appendices: none,
|
||||||
abstract: none,
|
),
|
||||||
keywords: ( "IT", "other stuff" ),
|
))[
|
||||||
bibliography: none,
|
test
|
||||||
glossary: none,
|
]
|
||||||
appendices: none)))
|
|
||||||
|
|
Loading…
Reference in New Issue