This commit is contained in:
parent
80a1eca011
commit
f2bdebc7dc
144 changed files with 22 additions and 41387 deletions
27
main.typ
27
main.typ
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue