mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 06:44:25 -05:00
preps for next semester
This commit is contained in:
@@ -2,3 +2,8 @@
|
|||||||
|
|
||||||
This repo is split into the study semesters.
|
This repo is split into the study semesters.
|
||||||
|
|
||||||
|
## Current season helper
|
||||||
|
|
||||||
|
Set the current season in the uni module in the nvim configuration.
|
||||||
|
It has the name `current_season`.
|
||||||
|
|
||||||
|
|||||||
1
S3/ExPhyIII/.anki
Normal file
1
S3/ExPhyIII/.anki
Normal file
@@ -0,0 +1 @@
|
|||||||
|
University::Physics::S3
|
||||||
2
S3/ExPhyIII/.unicourse
Normal file
2
S3/ExPhyIII/.unicourse
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
name: Experimentalphysik III
|
||||||
|
short: ExIII
|
||||||
1
S3/ExPhyIII/index.typ
Normal file
1
S3/ExPhyIII/index.typ
Normal file
@@ -0,0 +1 @@
|
|||||||
|
= ExPhy III
|
||||||
18
S3/ExPhyIII/preamble.typ
Normal file
18
S3/ExPhyIII/preamble.typ
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
#import "../../data/default.typ": *
|
||||||
|
#import "../../data/theorems.typ": *
|
||||||
|
|
||||||
|
#let rot = math.op("rot")
|
||||||
|
#let grad = math.op("grad")
|
||||||
|
|
||||||
|
#let conf(num: none, date: "", type: none, body) = {
|
||||||
|
// Global settings
|
||||||
|
show: default
|
||||||
|
|
||||||
|
// Set the header
|
||||||
|
[ExPhy III \ Vorlesung #(num)]
|
||||||
|
// Make tcahe outline
|
||||||
|
outline()
|
||||||
|
|
||||||
|
// load the document
|
||||||
|
body
|
||||||
|
}
|
||||||
2
S3/KFT/.unicourse
Normal file
2
S3/KFT/.unicourse
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
name: Klassische Feldtheorie
|
||||||
|
short: Kft
|
||||||
2
S3/KFT/index.typ
Normal file
2
S3/KFT/index.typ
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
= Klassische Feldtheorie
|
||||||
|
|
||||||
19
S3/KFT/preamble.typ
Normal file
19
S3/KFT/preamble.typ
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
#import "../../data/default.typ": *
|
||||||
|
#import "../../data/theorems.typ": *
|
||||||
|
|
||||||
|
#let rot = math.op("rot")
|
||||||
|
#let grad = math.op("grad")
|
||||||
|
|
||||||
|
#let conf(num: none, date: "", type: none, body) = {
|
||||||
|
// Global settings
|
||||||
|
show: default
|
||||||
|
|
||||||
|
// Set the header
|
||||||
|
[KFT \ Vorlesung #(num)]
|
||||||
|
|
||||||
|
// Make the outline
|
||||||
|
outline()
|
||||||
|
|
||||||
|
// load the document
|
||||||
|
body
|
||||||
|
}
|
||||||
2
S3/KFT/punkte.txt
Normal file
2
S3/KFT/punkte.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Blatt 1: ?/?
|
||||||
|
Blatt 2: ?/?
|
||||||
2
S3/MaPhyIII/.unicourse
Normal file
2
S3/MaPhyIII/.unicourse
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
name: Mathematik fuer Studierende der Physik III
|
||||||
|
short: MaPhIII
|
||||||
1
S3/MaPhyIII/index.typ
Normal file
1
S3/MaPhyIII/index.typ
Normal file
@@ -0,0 +1 @@
|
|||||||
|
= MaPhy III
|
||||||
18
S3/MaPhyIII/preamble.typ
Normal file
18
S3/MaPhyIII/preamble.typ
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
#import "../../data/default.typ": *
|
||||||
|
#import "../../data/theorems.typ": *
|
||||||
|
|
||||||
|
#let rot = math.op("rot")
|
||||||
|
#let grad = math.op("grad")
|
||||||
|
|
||||||
|
#let conf(num: none, date: "", type: none, body) = {
|
||||||
|
// Global settings
|
||||||
|
show: default
|
||||||
|
|
||||||
|
// Set the header
|
||||||
|
[MaPhy III \ Vorlesung #(num)]
|
||||||
|
// Make outline
|
||||||
|
outline()
|
||||||
|
|
||||||
|
// load the document
|
||||||
|
body
|
||||||
|
}
|
||||||
@@ -115,4 +115,10 @@
|
|||||||
fill: rgb("#efefff99"),
|
fill: rgb("#efefff99"),
|
||||||
).with(numbering: none)
|
).with(numbering: none)
|
||||||
|
|
||||||
|
#let example = thmbox( //exa
|
||||||
|
"experiment",
|
||||||
|
"Experiment",
|
||||||
|
fill: rgb("#efefff99"),
|
||||||
|
).with(numbering: none)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user