beamer用設定メモ

beamerに良いテーマがなかったのでいろいろ変更を加えた.
ただし,http://www.math.umbc.edu/~rouben/beamer/quickstart-Z-H-8.html#node_sec_8からUMBCテーマのインストールが必要

\usetheme{umbc4}
\useinnertheme{umbcboxes}
\setbeamercolor{umbcboxes}{bg=violet!12,fg=black}

\setbeamertemplate{title page}[default][colsep=-4bp,rounded=true,shadow=true]
\setbeamercolor{titlelike}{parent=structure,fg=blue!90!black,bg=black!5!white}

\setbeamerfont{block title}{size={}}
\setbeamercolor{block title}{use=structure,fg=structure.fg,bg=structure.fg!20!bg}
\setbeamercolor{block title alerted}{use=alerted text,fg=alerted text.fg,bg=alerted text.fg!20!bg}
\setbeamercolor{block title example}{use=example text,fg=example text.fg,bg=example text.fg!20!bg}
\setbeamercolor{block body}{parent=normal text,use=block title,bg=block title.bg!50!bg}
\setbeamercolor{block body alerted}{parent=normal text,use=block title alerted,bg=block title alerted.bg!50!bg}
\setbeamercolor{block body example}{parent=normal text,use=block title example,bg=block title example.bg!50!bg}
\setbeamertemplate{blocks}[rounded][shadow=true]

\setbeamertemplate{sections/subsections in toc}[ball]

\setbeamercovered{transparent=20}
\usefonttheme{professionalfonts}

\renewcommand{\familydefault}{\sfdefault}
\renewcommand{\kanjifamilydefault}{\gtdefault}