18 lines
443 B
Text
18 lines
443 B
Text
|
%% Copyright (c) 2011–2016 Kazuki Maeda <kmaeda@kmaeda.net>
|
|||
|
%%
|
|||
|
%% Distributable under the MIT License:
|
|||
|
%% http://www.opensource.org/licenses/mit-license.php
|
|||
|
%%
|
|||
|
\ProvidesPackage{kmbeamer_common}[2012/04/20 ]
|
|||
|
|
|||
|
\newbox\kmbmr@tmpboxa
|
|||
|
\newbox\kmbmr@tmpboxb
|
|||
|
|
|||
|
\usefonttheme{professionalfonts}
|
|||
|
|
|||
|
\setbeamertemplate{sections/subsections in toc}[sections numbered]{}
|
|||
|
\setbeamertemplate{navigation symbols}{}
|
|||
|
\setbeamertemplate{qed symbol}{}
|
|||
|
|
|||
|
\endinput
|