margin below

This commit is contained in:
Anthony Scemama 2020-10-02 09:38:41 +02:00
parent 330a174678
commit 5cd6c45a9c
4 changed files with 33 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 443 KiB

After

Width:  |  Height:  |  Size: 342 KiB

View File

@ -30,5 +30,24 @@
\vfill
}
\mode
<all>
% Section page
\defbeamertemplate*{section page}{trex}{
\centering
\begin{minipage}{22em}
\raggedright
\usebeamercolor[fg]{section title}
\usebeamerfont{section title}
\insertsectionhead\\[-1ex]
\par
\ifx\insertsubsectionhead\@empty\else%
\usebeamercolor[fg]{subsection title}%
\usebeamerfont{subsection title}%
\insertsubsectionhead
\fi
\end{minipage}
\par
\vspace{\baselineskip}
}
\mode<all>

View File

@ -1,7 +1,7 @@
\mode<presentation>
% Frame title
\defbeamertemplate*{frametitle}{texsx}[1][]
\defbeamertemplate*{frametitle}{trex}[1][]
{
\begin{beamercolorbox}[wd=\paperwidth,ht=0.95cm]{frametitle}
\begin{tikzpicture}

View File

@ -15,4 +15,15 @@
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{blocks}[rounded][shadow=true]
\AtBeginSection[]{%
\begin{frame}[plain]
\usebeamertemplate{section page}
\end{frame}
}
\setbeamertemplate{footline}{
\vspace{0.6cm}
}
\mode<all>