style: run typstyle formatter
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 2m57s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 2m57s
Details
This commit is contained in:
parent
f36b23552c
commit
5f6ba595da
|
@ -13,7 +13,9 @@
|
||||||
#import "glossary.typ": glossary
|
#import "glossary.typ": glossary
|
||||||
#import "pages/titlepage.typ": new_title_page
|
#import "pages/titlepage.typ": new_title_page
|
||||||
#import "pages/declaration-of-authorship.typ": new_declaration_of_authorship
|
#import "pages/declaration-of-authorship.typ": new_declaration_of_authorship
|
||||||
#import "pages/confidentiality-statement.typ": new_confidentiality_statement_page
|
#import "pages/confidentiality-statement.typ": (
|
||||||
|
new_confidentiality_statement_page,
|
||||||
|
)
|
||||||
#import "pages/prerelease-note.typ": new_prerelease_note
|
#import "pages/prerelease-note.typ": new_prerelease_note
|
||||||
#import "pages/outline.typ": new_outline
|
#import "pages/outline.typ": new_outline
|
||||||
#import "pages/abstract.typ": new_abstract
|
#import "pages/abstract.typ": new_abstract
|
||||||
|
|
|
@ -66,7 +66,9 @@
|
||||||
stroke: none,
|
stroke: none,
|
||||||
[*Verfasser:*], author.name,
|
[*Verfasser:*], author.name,
|
||||||
[*Bearbeitungszeitraum:*], thesis.timeframe,
|
[*Bearbeitungszeitraum:*], thesis.timeframe,
|
||||||
[*Matrikelnummer, Kurs:*], str(author.matriculation-number) + ", " + author.course,
|
[*Matrikelnummer, Kurs:*],
|
||||||
|
str(author.matriculation-number) + ", " + author.course,
|
||||||
|
|
||||||
[*Ausbildungsbetrieb:*], author.company,
|
[*Ausbildungsbetrieb:*], author.company,
|
||||||
[*Betrieblicher Betreuer:*], author.supervisor,
|
[*Betrieblicher Betreuer:*], author.supervisor,
|
||||||
[*Abgabedatum:*], thesis.submission-date,
|
[*Abgabedatum:*], thesis.submission-date,
|
||||||
|
@ -79,7 +81,9 @@
|
||||||
stroke: none,
|
stroke: none,
|
||||||
[*Author:*], author.name,
|
[*Author:*], author.name,
|
||||||
[*Editing period:*], thesis.timeframe,
|
[*Editing period:*], thesis.timeframe,
|
||||||
[*Matriculation number, course:*], str(author.matriculation-number) + ", " + author.course,
|
[*Matriculation number, course:*],
|
||||||
|
str(author.matriculation-number) + ", " + author.course,
|
||||||
|
|
||||||
[*Training company:*], author.company,
|
[*Training company:*], author.company,
|
||||||
[*Company supervisor:*], author.supervisor,
|
[*Company supervisor:*], author.supervisor,
|
||||||
[*Submission date:*], thesis.submission-date,
|
[*Submission date:*], thesis.submission-date,
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
show heading: set text(
|
show heading: set text(
|
||||||
font: style.heading.font,
|
font: style.heading.font,
|
||||||
weight: "bold"
|
weight: "bold",
|
||||||
)
|
)
|
||||||
|
|
||||||
let header-supplement = if config.lang == "de" {
|
let header-supplement = if config.lang == "de" {
|
||||||
|
|
Loading…
Reference in New Issue