ソースを参照

Switch Beamer to Boadilla theme

This doesn't use an unreadble light-on-dark scheme for the slide
titles.
Ryan C. Thompson 5 年 前
コミット
3327c0293d
1 ファイル変更2 行追加1 行削除
  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 \