Explorar el Código

Switch Beamer to Boadilla theme

This doesn't use an unreadble light-on-dark scheme for the slide
titles.
Ryan C. Thompson hace 5 años
padre
commit
3327c0293d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 \