include the logo in the main thesis file

This commit is contained in:
Marcel Märtens 2025-08-12 22:19:31 +02:00
parent a4853517d6
commit 18561196d1

View file

@ -11,12 +11,16 @@
#open-title-page(settings: settings) #open-title-page(settings: settings)
// Customize your company logo or just use the one from the university // Customize your company logo or just use the one from the university
#grid( #grid(
columns: (1fr, 1fr), columns: (1fr, auto, 15pt, auto),
align(left)[ align(left)[
#image("/logo/company.svg", height: 1.5cm) #image("/logo/company.svg", height: 1.5cm)
], ],
align(right)[ align(right)[
#image("/logo/HKALogo.png", height: 2cm) #image("/logo/hka_text.svg", height: 1.0cm)
],
box(width: auto),
align(right)[
#image("/logo/hka_horizontal.svg", height: 1.0cm)
] ]
) )