Add first version of workshop slides
This commit is contained in:
parent
0739d26c9e
commit
a57fda18c1
45 changed files with 879 additions and 0 deletions
15
globals.typ
Normal file
15
globals.typ
Normal 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", ""))
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue