commit
1ad9e62c63
1 changed files with 18 additions and 18 deletions
|
@ -1,22 +1,4 @@
|
||||||
\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(handout)$handout,$endif$$if(beamer)$ignorenonframetext,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$}
|
\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(handout)$handout,$endif$$if(beamer)$ignorenonframetext,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$}
|
||||||
$if(theme)$
|
|
||||||
\usetheme{$theme$}
|
|
||||||
$endif$
|
|
||||||
$if(colortheme)$
|
|
||||||
\usecolortheme{$colortheme$}
|
|
||||||
$endif$
|
|
||||||
$if(fonttheme)$
|
|
||||||
\usefonttheme{$fonttheme$}
|
|
||||||
$endif$
|
|
||||||
$if(mainfont)$
|
|
||||||
\usefonttheme{serif} % use mainfont rather than sansfont for slide text
|
|
||||||
$endif$
|
|
||||||
$if(innertheme)$
|
|
||||||
\useinnertheme{$innertheme$}
|
|
||||||
$endif$
|
|
||||||
$if(outertheme)$
|
|
||||||
\useoutertheme{$outertheme$}
|
|
||||||
$endif$
|
|
||||||
\setbeamertemplate{caption}[numbered]
|
\setbeamertemplate{caption}[numbered]
|
||||||
\setbeamertemplate{caption label separator}{: }
|
\setbeamertemplate{caption label separator}{: }
|
||||||
\setbeamercolor{caption name}{fg=normal text.fg}
|
\setbeamercolor{caption name}{fg=normal text.fg}
|
||||||
|
@ -62,6 +44,24 @@ $if(CJKmainfont)$
|
||||||
\setCJKmainfont[$for(CJKoptions)$$CJKoptions$$sep$,$endfor$]{$CJKmainfont$}
|
\setCJKmainfont[$for(CJKoptions)$$CJKoptions$$sep$,$endfor$]{$CJKmainfont$}
|
||||||
$endif$
|
$endif$
|
||||||
\fi
|
\fi
|
||||||
|
$if(theme)$
|
||||||
|
\usetheme{$theme$}
|
||||||
|
$endif$
|
||||||
|
$if(colortheme)$
|
||||||
|
\usecolortheme{$colortheme$}
|
||||||
|
$endif$
|
||||||
|
$if(fonttheme)$
|
||||||
|
\usefonttheme{$fonttheme$}
|
||||||
|
$endif$
|
||||||
|
$if(mainfont)$
|
||||||
|
\usefonttheme{serif} % use mainfont rather than sansfont for slide text
|
||||||
|
$endif$
|
||||||
|
$if(innertheme)$
|
||||||
|
\useinnertheme{$innertheme$}
|
||||||
|
$endif$
|
||||||
|
$if(outertheme)$
|
||||||
|
\useoutertheme{$outertheme$}
|
||||||
|
$endif$
|
||||||
% use upquote if available, for straight quotes in verbatim environments
|
% use upquote if available, for straight quotes in verbatim environments
|
||||||
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
|
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
|
||||||
% use microtype if available
|
% use microtype if available
|
||||||
|
|
Loading…
Add table
Reference in a new issue