Move color and font theme selection to demo.tex

The `mtheme` is compatible with other colour themes and (technically) other font themes. Moving these declarations to the .tex file makes it easier for the user to use a custom colour theme or to compile the slides on a computer without Fira Sans.
This commit is contained in:
Ross Churchley 2015-04-28 11:29:36 -07:00
parent dc62825743
commit 086fb387d4
2 changed files with 2 additions and 3 deletions

View File

@ -57,9 +57,6 @@
\usetikzlibrary{backgrounds}
\usetikzlibrary{calc}
\usecolortheme{metropolis}
\usefonttheme{metropolis}
%}}}
%{{{ --- Titlepage --------------------

View File

@ -1,6 +1,8 @@
\documentclass[10pt, compress]{beamer}
\usetheme{m}
\usecolortheme{metropolis}
\usefonttheme{metropolis}
\usepackage{booktabs}
\usepackage[scale=2]{ccicons}