feat: first draft
This commit is contained in:
commit
fb3b63f05e
24 changed files with 926 additions and 0 deletions
16
typst.toml
Normal file
16
typst.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "unofficial-hka-thesis"
|
||||
version = "1.0.0"
|
||||
entrypoint = "lib.typ"
|
||||
authors = ["Ansgar Lichter <https://www.linkedin.com/in/ansgar-lichter-8532661b1>"]
|
||||
license = "MIT"
|
||||
description = "Unofficial thesis template used at the University of Applied Sciences Karlsruhe (Hochschule Karlsruhe / HKA) at the faculty of Computer Science."
|
||||
repository = "TODO"
|
||||
keywords = ["Karlsruhe", "University of Applied Sciences Karlsruhe", "HKA", "Hochschule Karlsruhe", "Thesis", "Masterarbeit", "Bachelorarbeit", "Final Thesis", "Bachelor's Thesis", "Master's Thesis"]
|
||||
categories = ["thesis"]
|
||||
exclude = []
|
||||
|
||||
[template]
|
||||
path = "template"
|
||||
entrypoint = "thesis.typ"
|
||||
thumbnail = "thumbnail.png"
|
||||
Loading…
Add table
Add a link
Reference in a new issue