Prepared for templating use
Some checks failed
Build / build (push) Failing after 4s

This commit is contained in:
Marius Drechsler 2025-02-17 16:36:45 +01:00
parent 80a1eca011
commit f2bdebc7dc
Signed by: marius
GPG key ID: 56D4131BA3104777
144 changed files with 22 additions and 41387 deletions

View file

@ -21,34 +21,35 @@
#show: make-glossary
#set document(title: "Towards Efficient Helper Data Algorithms for Multi-Bit PUF Quantization", author: "Marius Drechsler")
#set document(title: "Hier der beste Thesis Name", author: "Vorname Nachname")
#show: doc => conf(
title: "Towards Efficient Helper Data Algorithms for Multi-Bit PUF Quantization",
author: "Marius Drechsler",
chair: "Chair for Security in Information Technology",
school: "School of Computation, Information and Technology",
title: "Hier der beste Thesis Name",
author: "Vorname Nachname",
chair: "Lehrstuhl für das und das ",
school: "School so und so",
degree: "Bachelor of Science (B.Sc.)",
examiner: "Prof. Dr. Georg Sigl",
supervisor: "M.Sc. Jonas Ruchti",
submitted: "30.08.2024",
examiner: "Prof. Dr. wer auch immer",
supervisor: "M.Sc. Betreuer wer auch immer",
submitted: "Abgabgedatum hier",
doc
)
#set page(footer: locate(
loc => if calc.even(loc.page()) {
align(right, counter(page).display("1"));
} else {
align(left, counter(page).display("1"));
} else {
align(right, counter(page).display("1"));
}
))
// Hier einfach
// #include "content/kapitel.typ"
#include "content/introduction.typ"
#include "content/SMHD.typ"
#include "content/BACH.typ"
#include "content/outlook.typ"
#include "glossary.typ"
#counter(heading).update(0)
// Hier kann man bei sytle den Zitiertyp ändern
#bibliography("bibliography.bib", style: "ieee")