include the logo in the main thesis file
This commit is contained in:
parent
a4853517d6
commit
18561196d1
1 changed files with 7 additions and 3 deletions
|
|
@ -11,12 +11,16 @@
|
|||
#open-title-page(settings: settings)
|
||||
// Customize your company logo or just use the one from the university
|
||||
#grid(
|
||||
columns: (1fr, 1fr),
|
||||
columns: (1fr, auto, 15pt, auto),
|
||||
align(left)[
|
||||
#image("/logo/company.svg", height: 1.5cm)
|
||||
],
|
||||
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)
|
||||
]
|
||||
)
|
||||
|
||||
|
|
@ -71,4 +75,4 @@
|
|||
#include "chapters/A1_Material.typ"
|
||||
|
||||
#include "chapters/A2_Transcripts.typ"
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue