refactor various files

This commit is contained in:
2025-04-28 16:59:44 +02:00
parent 5049c3ec13
commit 05c830c8e2
97 changed files with 513 additions and 2676 deletions

1
S2/AGLA/.anki Normal file
View File

@@ -0,0 +1 @@
University::Math::S2

2
S2/AGLA/.unicourse Normal file
View File

@@ -0,0 +1,2 @@
name: Lineare Algebra und Analytische Geometrie II
short: AgII

7
S2/AGLA/VL/AgIIVL1.typ Normal file
View File

@@ -0,0 +1,7 @@
// AGLA template
#import "../preamble.typ": *
#show: conf.with(num: 1)
= Uebersicht

1
S2/AGLA/index.typ Normal file
View File

@@ -0,0 +1 @@
= AGLA II

14
S2/AGLA/preamble.typ Normal file
View File

@@ -0,0 +1,14 @@
#import "../../default.typ": *
#let conf(num: none, ueb: false, body) = {
// Global settings
show: default
// Set the header
[AGLA II \ Vorlesung #(num)]
// Make tcahe outline
outline()
// load the document
body
}

7
S2/AGLA/template.typ Normal file
View File

@@ -0,0 +1,7 @@
// AGLA template
#import "../preamble.typ": *
#show: conf.with(num: 1)
= Uebersicht