From 32fabe20023881aaf8a2deaac47170072a6015f6 Mon Sep 17 00:00:00 2001 From: Erik Grobecker Date: Thu, 26 Sep 2024 17:03:30 +0200 Subject: [PATCH] =?UTF-8?q?Verbesserung=20der=20template=20und=20=C3=84nde?= =?UTF-8?q?rung=20eines=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kunst/KU_2024-09-26.typ | 2 +- template.typ | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/kunst/KU_2024-09-26.typ b/kunst/KU_2024-09-26.typ index 63ea262..fb03f2d 100644 --- a/kunst/KU_2024-09-26.typ +++ b/kunst/KU_2024-09-26.typ @@ -6,7 +6,7 @@ == Stichpunkte -Siehe: `KU_Aufgabenstellung_Biografische Landkarte.pdf` +Siehe: #link("https://nx41088.your-storageshare.de/s/eSLg4jtFksPBGgr")[hier] - sie fühlt sich keinem Wohnort wahrhaft zugehörig - ist Bildhauerin, Objektkünstlerin, Drehbuchautorin & Regesseurin diff --git a/template.typ b/template.typ index ea69f7c..6326802 100644 --- a/template.typ +++ b/template.typ @@ -29,9 +29,12 @@ #set math.equation(numbering: "(1)", supplement: "equation") - #show "z.B.": text[zum Beispiel] - + // Customization of text elements #set par(justify: true) + #show link: underline + + // here are replacements for commonly used shortcuts + #show "z.B.": text[zum Beispiel] #body // IMPORTANT: must be at the very bottom, ekse the body will be overwritten ] \ No newline at end of file