mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 06:44:25 -05:00
refactor various files
This commit is contained in:
1
S2/AGLA/.anki
Normal file
1
S2/AGLA/.anki
Normal file
@@ -0,0 +1 @@
|
||||
University::Math::S2
|
||||
2
S2/AGLA/.unicourse
Normal file
2
S2/AGLA/.unicourse
Normal file
@@ -0,0 +1,2 @@
|
||||
name: Lineare Algebra und Analytische Geometrie II
|
||||
short: AgII
|
||||
7
S2/AGLA/VL/AgIIVL1.typ
Normal file
7
S2/AGLA/VL/AgIIVL1.typ
Normal file
@@ -0,0 +1,7 @@
|
||||
// AGLA template
|
||||
#import "../preamble.typ": *
|
||||
|
||||
#show: conf.with(num: 1)
|
||||
|
||||
= Uebersicht
|
||||
|
||||
1
S2/AGLA/index.typ
Normal file
1
S2/AGLA/index.typ
Normal file
@@ -0,0 +1 @@
|
||||
= AGLA II
|
||||
14
S2/AGLA/preamble.typ
Normal file
14
S2/AGLA/preamble.typ
Normal 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
7
S2/AGLA/template.typ
Normal file
@@ -0,0 +1,7 @@
|
||||
// AGLA template
|
||||
#import "../preamble.typ": *
|
||||
|
||||
#show: conf.with(num: 1)
|
||||
|
||||
= Uebersicht
|
||||
|
||||
Reference in New Issue
Block a user