feat: first draft
This commit is contained in:
commit
fb3b63f05e
24 changed files with 926 additions and 0 deletions
5
template/supplementary/abstract.typ
Normal file
5
template/supplementary/abstract.typ
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#import "@preview/unofficial-hka-thesis:1.0.0": todo, flex-caption
|
||||
|
||||
#heading(outlined: false, numbering: none, "Abstract")
|
||||
|
||||
#todo("Abstract")
|
||||
5
template/supplementary/abstractGerman.typ
Normal file
5
template/supplementary/abstractGerman.typ
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#import "@preview/unofficial-hka-thesis:1.0.0": todo, flex-caption
|
||||
|
||||
#heading(outlined: false, numbering: none, "Zusammenfassung")
|
||||
|
||||
#todo("Abstract")
|
||||
20
template/supplementary/statutoryDeclaration.typ
Normal file
20
template/supplementary/statutoryDeclaration.typ
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#import "../settings/metadata.typ": *
|
||||
|
||||
#heading(outlined: false, numbering: none, "Declaration of Originality")
|
||||
|
||||
I declare that I have composed the #lower(degree)'s thesis myself and without use of any other than the cited sources and aids. Sentences or parts of sentences quoted literally are marked as such; other references with regard to the statement and scope are indicated by full details of the publications concerned. The thesis in the same or similar form has not been submitted to any examination body and has not been published. This thesis was not yet, even in part, used in another examination or as a course performance. Furthermore I declare that the submitted written (bound) copies of the #lower(degree)'s thesis and the version submitted in digital format are consistent with each other in contents.
|
||||
|
||||
#pad(
|
||||
top: 5em,
|
||||
table(
|
||||
columns: (1fr, 1fr),
|
||||
gutter: 1em,
|
||||
align: center,
|
||||
stroke: none,
|
||||
inset: (
|
||||
x: 20pt
|
||||
),
|
||||
line(length: 100%), line(length: 100%),
|
||||
[(Place, Date)], author,
|
||||
)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue