Update title page form.

This commit is contained in:
Jeff Lance 2018-09-03 16:08:09 +02:00
parent 637396fa17
commit dc179c649c
4 changed files with 43 additions and 33 deletions

View File

@ -17,27 +17,27 @@
\titlepage \titlepage
\end{frame} \end{frame}
\begin{frame} %\begin{frame}
\frametitle{There Is No Largest Prime Number} %\frametitle{There Is No Largest Prime Number}
\framesubtitle{The proof uses \textit{reductio ad absurdum}.} %\framesubtitle{The proof uses \textit{reductio ad absurdum}.}
\begin{theorem} %\begin{theorem}
There is no largest prime number. % There is no largest prime number.
\end{theorem} %\end{theorem}
\begin{enumerate} %\begin{enumerate}
\item<1-| alert@1> Suppose $p$ were the largest prime number. %\item<1-| alert@1> Suppose $p$ were the largest prime number.
\item<2-> Let $q$ be the product of the first $p$ numbers. %\item<2-> Let $q$ be the product of the first $p$ numbers.
\item<3-> Then $q+1$ is not divisible by any of them. %\item<3-> Then $q+1$ is not divisible by any of them.
\item<1-> But $q + 1$ is greater than $1$, thus divisible by some prime %\item<1-> But $q + 1$ is greater than $1$, thus divisible by some prime
number not in the first $p$ numbers. %number not in the first $p$ numbers.
\end{enumerate} %\end{enumerate}
\end{frame} %\end{frame}
%
\begin{frame}{A longer title} %\begin{frame}{A longer title}
\begin{itemize} %\begin{itemize}
\item one %\item one
\item two %\item two
\end{itemize} %\end{itemize}
\end{frame} %\end{frame}
\end{document} \end{document}

View File

@ -73,6 +73,7 @@
% Color of the title page frame % Color of the title page frame
\setbeamercolor*{title page header}{fg=color0} \setbeamercolor*{title page header}{fg=color0}
\setbeamercolor*{subtitle page header}{fg=color1}
% Colors of sections and subsections in the cours_beamer class % Colors of sections and subsections in the cours_beamer class
\setbeamercolor*{sectioncolor}{fg=color31} \setbeamercolor*{sectioncolor}{fg=color31}

View File

@ -28,24 +28,33 @@
\defbeamertemplate*{title page}{Akatsuki}[1][] \defbeamertemplate*{title page}{Akatsuki}[1][]
{ {
\vbox to 0pt{
\vskip1cm% \vskip1cm%
% \begin{beamercolorbox}[wd=12cm,center]{} \begin{beamercolorbox}[wd=12cm,center,sep=8pt,#1]{title page header}
\begin{beamercolorbox}[wd=12cm,leftskip=1cm,sep=8pt,#1]{title page header} \usebeamerfont{title}\inserttitle\par%
\usebeamerfont{title}\inserttitle\par%
\end{beamercolorbox}% \end{beamercolorbox}%
\begin{beamercolorbox}[wd=12cm,leftskip=3cm,sep=8pt,#1]{title page header} }
% \usebeamerfont{title}
{\small \insertsubtitle}\par% \vbox to 0pt{
\vskip5.1cm%
\begin{beamercolorbox}[wd=12cm,leftskip=3cm,sep=8pt,#1]{subtitle page header}
{\small \insertsubtitle}\par%
\end{beamercolorbox}% \end{beamercolorbox}%
% \end{beamercolorbox} }
\vskip4.75cm%
\begin{beamercolorbox}[wd=12cm,leftskip=3cm,#1]{author} \vbox to 0pt {
\vskip4.9cm%
\begin{beamercolorbox}[wd=12cm,leftskip=0cm,#1]{author}
\usebeamerfont{author}\insertauthor% \usebeamerfont{author}\insertauthor%
\end{beamercolorbox} \end{beamercolorbox}
\vskip0.2cm% }
\begin{beamercolorbox}[wd=12cm,leftskip=3cm,#1]{date}
\usebeamerfont{author}\insertdate% \vbox to 0pt{
\vskip5.15cm%
\begin{beamercolorbox}[wd=12cm,leftskip=0cm,#1]{date}
\usebeamerfont{author}\insertdate%
\end{beamercolorbox} \end{beamercolorbox}
}
\vfill \vfill
} }

Binary file not shown.