Add first version of workshop slides

This commit is contained in:
Julius Freudenberger 2026-03-18 18:25:38 +01:00
parent 0739d26c9e
commit a57fda18c1
45 changed files with 879 additions and 0 deletions

15
globals.typ Normal file
View file

@ -0,0 +1,15 @@
#import "@preview/touying:0.6.1": *
#import themes.metropolis: *
#import "@preview/codly:1.3.0": *
#import "@preview/codly-languages:0.1.1": *
#import "@preview/metalogo:1.2.0": LaTeX, TeX
#let show-code-render(path) = {
columns(2)[
#include "/codebeispiele/" + path
#colbreak()
#raw(lang: "typ", read("/codebeispiele/" + path).replace("#import \"/globals.typ\": *\n\n", ""))
]
}