feat: add option to remove ABB image (s#62)
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 2m0s Details

This commit is contained in:
Sven Vogel 2024-11-11 14:37:16 +01:00
parent 56f330693d
commit f36b23552c
2 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,8 @@
header: ( header: (
content-padding: 1.5em, content-padding: 1.5em,
underline-top-padding: 0pt, underline-top-padding: 0pt,
logo-height: 3em), logo-height: 3em,
logo-image: "res/ABB.svg"),
footer: ( footer: (
content-padding: 1.5em), content-padding: 1.5em),
page: ( page: (

View File

@ -300,7 +300,7 @@
// we need two, so make both half the page width // we need two, so make both half the page width
columns: (50%, 50%), columns: (50%, 50%),
// left align logo of ABB // left align logo of ABB
align(left, image("res/ABB.svg", height: style.header.logo-height)), align(left, image(style.header.logo-image, height: style.header.logo-height)),
// right align logo of DHBW // right align logo of DHBW
align(right, image("res/DHBW.svg", height: style.header.logo-height))) align(right, image("res/DHBW.svg", height: style.header.logo-height)))