Compare commits
3 Commits
f48a60380a
...
6c068a4453
Author | SHA1 | Date |
---|---|---|
Sven Vogel | 6c068a4453 | |
Sven Vogel | e60bf7d794 | |
Sven Vogel | 6d84cf4a19 |
|
@ -24,6 +24,7 @@
|
||||||
name: "dualen Hochschule Baden-Württemberg",
|
name: "dualen Hochschule Baden-Württemberg",
|
||||||
campus: "Eppelheim"
|
campus: "Eppelheim"
|
||||||
),
|
),
|
||||||
|
supervisor-signature: false,
|
||||||
authors: (
|
authors: (
|
||||||
(
|
(
|
||||||
name: "Sven Vogel",
|
name: "Sven Vogel",
|
||||||
|
|
|
@ -147,7 +147,8 @@
|
||||||
#context panic("no translation for language: ", text.lang)
|
#context panic("no translation for language: ", text.lang)
|
||||||
]
|
]
|
||||||
|
|
||||||
#align(
|
#if config.supervisor-signature {
|
||||||
|
align(
|
||||||
bottom,
|
bottom,
|
||||||
grid(
|
grid(
|
||||||
// set width of columns
|
// set width of columns
|
||||||
|
@ -163,6 +164,7 @@
|
||||||
),
|
),
|
||||||
align(right, {line(length: 6cm)})),
|
align(right, {line(length: 6cm)})),
|
||||||
)
|
)
|
||||||
|
}
|
||||||
|
|
||||||
#counter(page).update(0)
|
#counter(page).update(0)
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue