virli/slides/header.tex
2015-09-28 02:22:55 +02:00

24 lines
761 B
TeX

\setbeamertemplate{title page}[default][colsep=-4bp,rounded=true]
\setbeamertemplate{blocks}[rounded][shadow=false]
\setbeamercolor*{item}{fg=lightgray}
\setbeamercolor*{block title}{fg=darkred}
\setsansfont[Ligatures=Common]{LinBiolinum}
%\setmonofont{fantasque-sans-mono}
\setmonofont{Inconsolata}
\beamertemplatenavigationsymbolsempty
\AtBeginSection{
\let\insertsectionnumber\relax
\let\sectionname\relax
\frame{
\begingroup
\centering
{\usebeamerfont{section name}\usebeamercolor[fg]{section name}\sectionname~\insertsectionnumber}
\vskip1em\par
\begin{beamercolorbox}[sep=12pt,center]{part title}
\usebeamerfont{section title}\insertsection\par
\end{beamercolorbox}
\endgroup
}
}
\AtBeginSubsection{}