Addd support for inner/outer theme
This commit is contained in:
parent
e5aacec789
commit
9787605ff6
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@ $endif$
|
|||
$if(fonttheme)$
|
||||
\usefonttheme{$fonttheme$}
|
||||
$endif$
|
||||
$if(innertheme)$
|
||||
\useinnertheme{$innertheme$}
|
||||
$endif$
|
||||
$if(outertheme)$
|
||||
\useoutertheme{$outertheme$}
|
||||
$endif$
|
||||
\setbeamertemplate{caption}[numbered]
|
||||
\setbeamertemplate{caption label separator}{:}
|
||||
\setbeamercolor{caption name}{fg=normal text.fg}
|
||||
|
|
Loading…
Add table
Reference in a new issue