Compare commits
No commits in common. "6c068a44539679a081ff938ff29231f1e9925b47" and "f48a60380a34b0cfde400b30f0696dc9af807557" have entirely different histories.
6c068a4453
...
f48a60380a
|
@ -24,7 +24,6 @@
|
||||||
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,24 +147,22 @@
|
||||||
#context panic("no translation for language: ", text.lang)
|
#context panic("no translation for language: ", text.lang)
|
||||||
]
|
]
|
||||||
|
|
||||||
#if config.supervisor-signature {
|
#align(
|
||||||
align(
|
bottom,
|
||||||
bottom,
|
grid(
|
||||||
grid(
|
// set width of columns
|
||||||
// set width of columns
|
// we need two, so make both half the page width
|
||||||
// we need two, so make both half the page width
|
columns: (60%, 40%),
|
||||||
columns: (60%, 40%),
|
align(left, if text.lang == "de" [
|
||||||
align(left, if text.lang == "de" [
|
Unterschrift des betrieblichen Betreuers
|
||||||
Unterschrift des betrieblichen Betreuers
|
] else if text.lang == "en" [
|
||||||
] else if text.lang == "en" [
|
Signature of the company supervisor
|
||||||
Signature of the company supervisor
|
] else [
|
||||||
] else [
|
#context panic("no translation for language: ", text.lang)
|
||||||
#context panic("no translation for language: ", text.lang)
|
]
|
||||||
]
|
),
|
||||||
),
|
align(right, {line(length: 6cm)})),
|
||||||
align(right, {line(length: 6cm)})),
|
)
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
#counter(page).update(0)
|
#counter(page).update(0)
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue