Merge pull request #36 from logc/master
default.beamer: Add font theme option
This commit is contained in:
commit
c27f59c010
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ $endif$
|
||||||
$if(colortheme)$
|
$if(colortheme)$
|
||||||
\usecolortheme{$colortheme$}
|
\usecolortheme{$colortheme$}
|
||||||
$endif$
|
$endif$
|
||||||
|
$if(fonttheme)$
|
||||||
|
\usefonttheme{$fonttheme$}
|
||||||
|
$endif$
|
||||||
\usepackage{amssymb,amsmath}
|
\usepackage{amssymb,amsmath}
|
||||||
\usepackage{ifxetex,ifluatex}
|
\usepackage{ifxetex,ifluatex}
|
||||||
\usepackage{fixltx2e} % provides \textsubscript
|
\usepackage{fixltx2e} % provides \textsubscript
|
||||||
|
|
Loading…
Add table
Reference in a new issue