chore: upgrade to 0.13.1 (#1)
This commit is contained in:
parent
d15ccc4a15
commit
b8ef4bf710
9 changed files with 19 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
#import "@preview/unofficial-hka-thesis:1.0.0": todo, flex-caption
|
||||
#import "@preview/glossarium:0.5.1": gls, glspl
|
||||
#import "@preview/unofficial-hka-thesis:1.0.1": todo, flex-caption
|
||||
#import "@preview/glossarium:0.5.4": gls, glspl
|
||||
|
||||
= Introduction
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#import "@preview/unofficial-hka-thesis:1.0.0": todo, flex-caption
|
||||
#import "@preview/unofficial-hka-thesis:1.0.1": todo, flex-caption
|
||||
#import "@preview/acrostiche:0.2.0": acr, acrpl
|
||||
|
||||
= Foundations
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#import "@preview/unofficial-hka-thesis:1.0.0": todo, flex-caption
|
||||
#import "@preview/unofficial-hka-thesis:1.0.1": todo, flex-caption
|
||||
|
||||
#heading(outlined: false, numbering: none, "Abstract")
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#import "@preview/unofficial-hka-thesis:1.0.0": todo, flex-caption
|
||||
#import "@preview/unofficial-hka-thesis:1.0.1": todo, flex-caption
|
||||
|
||||
#heading(outlined: false, numbering: none, "Zusammenfassung")
|
||||
|
||||
|
|
|
|||
BIN
template/thesis.pdf
Normal file
BIN
template/thesis.pdf
Normal file
Binary file not shown.
|
|
@ -1,10 +1,11 @@
|
|||
#import "@preview/unofficial-hka-thesis:1.0.0": *
|
||||
#import "@preview/unofficial-hka-thesis:1.0.1": *
|
||||
#import "abbreviations.typ": abbreviations
|
||||
#import "settings/metadata.typ": *
|
||||
#import "settings/settings.typ": *
|
||||
#import "@preview/glossarium:0.5.1": make-glossary
|
||||
#import "@preview/glossarium:0.5.4": make-glossary, register-glossary
|
||||
|
||||
#show: make-glossary
|
||||
#register-glossary(abbreviations)
|
||||
|
||||
#set document(title: title-english, author: author)
|
||||
#open-title-page(settings: settings)
|
||||
|
|
@ -34,7 +35,7 @@
|
|||
submission-date: submission-date,
|
||||
)
|
||||
|
||||
#preface(settings: settings)
|
||||
#show: preface.with(settings: settings)
|
||||
|
||||
// Citations - applied here so that you are able to use a local CSL file to define the citation style
|
||||
#set cite(style: settings.citation-style)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue