From 2725166e39a5357207cb988e199620338f4147d5 Mon Sep 17 00:00:00 2001 From: "Jeroen F.J. Laros" <J.F.J.Laros@lumc.nl> Date: Mon, 26 Sep 2011 19:55:29 +0000 Subject: [PATCH] Implemented the frame title, we might want to change the font. --- beamerthemelumc.sty | 19 +++++++++++++------ presentation.tex | 1 + 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/beamerthemelumc.sty b/beamerthemelumc.sty index 95c053a..1616240 100644 --- a/beamerthemelumc.sty +++ b/beamerthemelumc.sty @@ -33,7 +33,7 @@ % Set default colours. \setbeamercolor{structure}{fg = white} \setbeamercolor{normal text}{fg = white} -\setbeamercolor{frametitle}{fg = black} +\setbeamercolor{frametitle}{fg = white} % Change the bullets in the itemize environment. \setbeamertemplate{itemize items}[circle] @@ -44,6 +44,13 @@ % Enable numbering of figures and tables. \setbeamertemplate{caption}[numbered] +% +\renewcommand{\frametitle}[1]{ + {\it{\textbf{#1}}} + \bigskip + +} + % % Settings for displaying code. % @@ -67,7 +74,7 @@ numbers = left, numbersep = -1em, numberstyle = \tiny -} +} % % Settings for the title page. @@ -128,19 +135,19 @@ \vspace{1.5cm} \color{black} {\Large {\bf \inserttitle}} - + \vfill {\bf {\scriptsize \color{LUMCBlue} \insertauthor \smallskip - + \myGroup \smallskip - + \myDepartment - + \vspace{-0.1cm} \myCenter } diff --git a/presentation.tex b/presentation.tex index 4a6fade..f29587d 100644 --- a/presentation.tex +++ b/presentation.tex @@ -29,6 +29,7 @@ % First page of the presentation. \section{Introduction} \begin{frame} + \frametitle{Title of this frame.} First line. \pause -- GitLab