Quellcode durchsuchen

Switch Beamer to Boadilla theme

This doesn't use an unreadble light-on-dark scheme for the slide
titles.
Ryan C. Thompson vor 5 Jahren
Ursprung
Commit
3327c0293d
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      Snakefile

+ 2 - 1
Snakefile

@@ -367,8 +367,9 @@ rule build_presentation:
     output:
         pdf='{basename,presentation.*}.pdf'
     params:
+        # http://deic.uab.es/~iblanes/beamer_gallery/index_by_theme.html
+        theme='Boadilla',
         # https://pandoc.org/MANUAL.html#variables-for-beamer-slides
-        theme='Warsaw',
         aspectratio='169',
     shell: '''
     pandoc \