summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.typ11
1 files changed, 8 insertions, 3 deletions
diff --git a/main.typ b/main.typ
index fde5f09..197aa06 100644
--- a/main.typ
+++ b/main.typ
@@ -1,10 +1,14 @@
#show link: it => [#text(blue)[#underline[#it]]]
#set page(
- header: [
- Bildverarbeitung
+ header: box(width: 1fr, stroke: (bottom: 1pt), outset: (bottom: 3pt), [
+ #smallcaps[Bildverarbeitung]
#h(1fr)
- #link("https://source.orangerot.dev/University/bildverarbeitung-etit-cheatsheet", [Gero Beckmann])
+ _Gero Beckmann_
+ ]),
+ footer: [
+ #h(1fr)
+ #link("https://source.orangerot.dev/University/bildverarbeitung-etit-cheatsheet")
]
)
#set heading(numbering: "1.1")
@@ -248,6 +252,7 @@ ausgewertet: \ $u = x^T e_phi = x cos phi + y sin phi$
#page(
header: none,
+ footer: none,
margin: (y: 15pt)
)[
= Bilder zuordnen #h(1fr) (20 P)