Start 2015 lecture
This commit is contained in:
parent
34e4c63753
commit
142b06dea6
3 changed files with 29 additions and 13 deletions
23
slides/header.tex
Normal file
23
slides/header.tex
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
\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{}
|
||||
Loading…
Add table
Add a link
Reference in a new issue