-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdecker.yaml
64 lines (53 loc) · 1.22 KB
/
decker.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
resource-pack: exe:tudo
lang: de
reveal:
width: 1280
height: 720
checkOverflow: false
center: true
template:
deck:
css: style.css
explain:
recWidth: 1920
recHeight: 1080
camWidth: 1280
camHeight: 720
useGreenScreen: true
greenScreenBackground: 'data/background.jpg'
whisper:
lang: de
whiteboard:
autotoggle: true
math:
scale: 1.0
macros:
R: '{\mathbb{R}}'
eps: '{\varepsilon}'
laplace: '{\Delta}'
grad: '{\nabla}'
T: '^{\mathsf{T}}'
abs: ['\left\vert #1 \right\vert', 1]
norm: ['\left\Vert #1 \right\Vert', 1]
vec: ['{\mathbf{#1}}', 1]
mat: ['{\mathbf{#1}}', 1]
set: ['{\mathcal{#1}}', 1]
func: ['\mathrm{#1}', 1]
matrix: ['\begin{pmatrix} #1 \end{pmatrix}', 1]
vector: ['\begin{pmatrix} #1 \end{pmatrix}', 1]
of: ['{\left( #1 \right)}', 1]
pt: ['\boldsymbol{#1}', 1]
feedback:
base-url: 'https://decker.cs.tu-dortmund.de/feedback'
polling:
server: 'wss://decker.cs.tu-dortmund.de/quizzer/quiz'
selection: "Random"
bibliography: bibliography.bib
csl: chicago-author-date.csl
link-citations: true
publish:
rsync:
destination: botsch@zelos.cs.tu-dortmund.de:/srv/www/downloads/elearning/slides/
static-resources:
- data
- demos