mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 06:44:25 -05:00
preps for studies
This commit is contained in:
1
S4/ExPhyIV/.anki
Normal file
1
S4/ExPhyIV/.anki
Normal file
@@ -0,0 +1 @@
|
||||
University::Physics::S3
|
||||
2
S4/ExPhyIV/.unicourse
Normal file
2
S4/ExPhyIV/.unicourse
Normal file
@@ -0,0 +1,2 @@
|
||||
name: Experimentalphysik IV
|
||||
short: ExIV
|
||||
1
S4/ExPhyIV/index.typ
Normal file
1
S4/ExPhyIV/index.typ
Normal file
@@ -0,0 +1 @@
|
||||
= ExPhy IV
|
||||
18
S4/ExPhyIV/preamble.typ
Normal file
18
S4/ExPhyIV/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 IV \ Vorlesung #(num)]
|
||||
// Make tcahe outline
|
||||
outline()
|
||||
|
||||
// load the document
|
||||
body
|
||||
}
|
||||
Reference in New Issue
Block a user