@@ -13,6 +13,7 @@ layout:
13
13
beamercolor_title : " fg=UniRot"
14
14
beamercolor_title_head : " fg=UniRot"
15
15
16
+
16
17
beamercolor_block_title : " bg=UniRot!20,fg=darkred"
17
18
beamercolor_block_body : " fg=black, bg=plightgrey2"
18
19
@@ -22,10 +23,11 @@ layout:
22
23
# The configuration for github needs valid file strings!
23
24
24
25
course :
25
- date : " datestring" # maybe: "\today"
26
+ # sets the slides aspectratio (if outcommented, the default is 43=4:3)
27
+ aspectratio : 1609 # - 169 = 16:9
28
+ date : " \t oday" # maybe: "\today"
26
29
# title: "" # specifiy your title here, else a default is used.
27
30
# subtitle: "" # specifiy your subtitle here, else a default is used.
28
- question : " yes"
29
31
# Editors recommendations are a matter of taste and technological
30
32
# setups (e.g. on-demand setups). Hence, specify an editor-slide,
31
33
# here:
@@ -36,7 +38,9 @@ course:
36
38
condarcfile : " common/condarc_mogon.tex"
37
39
# the same for admins:
38
40
condarc_admins_file : " admin/condarc_mogon.tex"
39
- # the following path will indicate a sample workflow for the user part
41
+ # We provide a common software stack to avoid long
42
+ # installation sessions.
43
+ softwarepath : " software-stack-path"
40
44
# if it is defined, the slide set will instruct participants to copy
41
45
# it and adapt its configuration and profile.
42
46
pathtoworkflow : " /lustre/project/nhr-workflow/workflow"
0 commit comments