1
0
Fork 0

RU huisstijl added

This commit is contained in:
Eric Teunis de Boone 2020-02-15 16:18:16 +01:00
parent 6919ba4d9e
commit 189aeb7e21
12 changed files with 4571 additions and 0 deletions

View File

@ -0,0 +1,707 @@
%% This file implements the beamer template for the 2014 Radboud
%% University corporate style. It also contains the template for
%% the Centre for Language and Speech Technology department.
%%
%% For comments, questions, and suggestions contact me at
%% l.onrust@let.ru.nl or visit the github repository on
%% https://github.com/naiaden/presentations/tree/master/ruhuisstijl
%% (this single-file version can be found in the distributed dir)
%%
%% You can distribute and edit the files as you wish, but I'd
%% love to hear of any changes. Also, if you let me know that
%% you are using the template, I can keep you up-to-date on
%% future changes.
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{beamerruhuisstijl}[2014/10/07 Beamer template for Radboud University corporate style]
\LoadClass[xcolor=table,10pt,t]{beamer}
\RequirePackage[utf8]{inputenc}
\RequirePackage[T1]{fontenc}
\RequirePackage{pgfpages}
\RequirePackage{calc}
\RequirePackage{ifthen}
\RequirePackage{tikz}
\newif\ifbeamer@official
\beamer@officialfalse
\DeclareOptionBeamer{official}[false]{\csname beamer@official#1\endcsname}
\DeclareOptionBeamer{handout}{\gdef\beamer@currentmode{handout}}
\newcommand{\notes}{hide notes}
\DeclareOptionBeamer{notes}{\renewcommand{\notes}{#1}}
\newcommand{\dept}{none}
\DeclareOptionBeamer{department}{\renewcommand{\dept}{#1}}
\newcommand{\grouplogo}{none}
\DeclareOptionBeamer{grouplogo}{\renewcommand{\grouplogo}{#1}}
\newcommand{\spp}{1}
\DeclareOptionBeamer{slidesperpage}{\renewcommand{\spp}{#1}}
\newcommand{\tablecolours}{false}
\DeclareOptionBeamer{tablecolours}{\renewcommand{\tablecolours}{#1}}
\newcommand{\slidenumbers}{none}
\DeclareOptionBeamer{slidenumbers}{\renewcommand{\slidenumbers}{#1}}
\newcommand{\alwaysshowauthor}{false}
\DeclareOptionBeamer{alwaysshowauthor}{\renewcommand{\alwaysshowauthor}{#1}}
\newcommand{\alwaysshowdate}{false}
\DeclareOptionBeamer{alwaysshowdate}{\renewcommand{\alwaysshowdate}{#1}}
\newcommand{\tocatsectionstart}{false}
\DeclareOptionBeamer{tocatsectionstart}{\renewcommand{\tocatsectionstart}{#1}}
\newcommand{\tocatsectionstarttitle}{Overview}
\DeclareOptionBeamer{tocatsectionstarttitle}{\renewcommand{\tocatsectionstarttitle}{#1}}
\newcommand{\showinstitute}{false}
\DeclareOptionBeamer{showinstitute}{\renewcommand{\showinstitute}{#1}}
\newcommand{\showdate}{false}
\DeclareOptionBeamer{showdate}{\renewcommand{\showdate}{#1}}
\only<handout>{
\renewcommand{\spp}{2}
}
\ProcessOptionsBeamer
\pgfpagesdeclarelayout{3 on 1}
{
\edef\pgfpageoptionheight{\the\paperwidth} % landscaped by default
\edef\pgfpageoptionwidth{\the\paperheight}
\def\pgfpageoptionborder{0pt}
\def\pgfpageoptionfirstshipout{1}
}
{
\pgfpagesphysicalpageoptions
{%
logical pages=3,%
physical height=\pgfpageoptionheight,%
physical width=\pgfpageoptionwidth,%
current logical shipout=\pgfpageoptionfirstshipout%
}
\ifdim\paperheight>\paperwidth\relax
% put side-by-side
\pgfpageslogicalpageoptions{1}
{%
border shrink=\pgfpageoptionborder,%
resized width=.33\pgfphysicalwidth,%
resized height=\pgfphysicalheight,%
center=\pgfpoint{.1667\pgfphysicalwidth}{.5\pgfphysicalheight}%
}%
\pgfpageslogicalpageoptions{2}
{%
border shrink=\pgfpageoptionborder,%
resized width=.33\pgfphysicalwidth,%
resized height=\pgfphysicalheight,%
center=\pgfpoint{.5\pgfphysicalwidth}{.5\pgfphysicalheight}%
}%
\pgfpageslogicalpageoptions{3}
{%
border shrink=\pgfpageoptionborder,%
resized width=.33\pgfphysicalwidth,%
resized height=\pgfphysicalheight,%
center=\pgfpoint{.8333\pgfphysicalwidth}{.5\pgfphysicalheight}%
}%
\else
% stack on top of one another
\pgfpageslogicalpageoptions{1}
{%
border shrink=\pgfpageoptionborder,%
resized width=\pgfphysicalwidth,%
resized height=.33\pgfphysicalheight,%
center=\pgfpoint{.5\pgfphysicalwidth}{.8333\pgfphysicalheight}%
}%
\pgfpageslogicalpageoptions{2}
{%
border shrink=\pgfpageoptionborder,%
resized width=\pgfphysicalwidth,%
resized height=.33\pgfphysicalheight,%
center=\pgfpoint{.5\pgfphysicalwidth}{.5\pgfphysicalheight}%
}%
\pgfpageslogicalpageoptions{3}
{%
border shrink=\pgfpageoptionborder,%
resized width=\pgfphysicalwidth,%
resized height=.33\pgfphysicalheight,%
center=\pgfpoint{.5\pgfphysicalwidth}{.1667\pgfphysicalheight}%
}%
\fi
}
\pgfpagesdeclarelayout{6 on 1}
{
\edef\pgfpageoptionheight{\the\paperwidth} % landscaped by default
\edef\pgfpageoptionwidth{\the\paperheight}
\def\pgfpageoptionborder{0pt}
\def\pgfpageoptionfirstshipout{1}
}
{
\pgfpagesphysicalpageoptions
{%
logical pages=6,%
physical height=\pgfpageoptionheight,%
physical width=\pgfpageoptionwidth,%
current logical shipout=\pgfpageoptionfirstshipout%
}
\ifdim\paperheight>\paperwidth\relax
% put side-by-side
\pgfpageslogicalpageoptions{1}
{%
border shrink=\pgfpageoptionborder,%
resized width=.5\pgfphysicalwidth,%
resized height=\pgfphysicalheight,%
center=\pgfpoint{.1667\pgfphysicalwidth}{.25\pgfphysicalheight}%
}%
\pgfpageslogicalpageoptions{3}
{%
border shrink=\pgfpageoptionborder,%
resized width=.5\pgfphysicalwidth,%
resized height=\pgfphysicalheight,%
center=\pgfpoint{.5\pgfphysicalwidth}{.25\pgfphysicalheight}%
}%
\pgfpageslogicalpageoptions{5}
{%
border shrink=\pgfpageoptionborder,%
resized width=.5\pgfphysicalwidth,%
resized height=\pgfphysicalheight,%
center=\pgfpoint{.8333\pgfphysicalwidth}{.25\pgfphysicalheight}%
}%
\pgfpageslogicalpageoptions{2}
{%
border shrink=\pgfpageoptionborder,%
resized width=.5\pgfphysicalwidth,%
resized height=\pgfphysicalheight,%
center=\pgfpoint{.1667\pgfphysicalwidth}{.75\pgfphysicalheight}%
}%
\pgfpageslogicalpageoptions{4}
{%
border shrink=\pgfpageoptionborder,%
resized width=.5\pgfphysicalwidth,%
resized height=\pgfphysicalheight,%
center=\pgfpoint{.5\pgfphysicalwidth}{.75\pgfphysicalheight}%
}%
\pgfpageslogicalpageoptions{6}
{%
border shrink=\pgfpageoptionborder,%
resized width=.5\pgfphysicalwidth,%
resized height=\pgfphysicalheight,%
center=\pgfpoint{.8333\pgfphysicalwidth}{.75\pgfphysicalheight}%
}%
\else
% stack on top of one another
\pgfpageslogicalpageoptions{1}
{%
border shrink=\pgfpageoptionborder,%
resized width=0.5\pgfphysicalwidth,%
resized height=\pgfphysicalheight,%
center=\pgfpoint{.25\pgfphysicalwidth}{.8333\pgfphysicalheight}%
}%
\pgfpageslogicalpageoptions{3}
{%
border shrink=\pgfpageoptionborder,%
resized width=0.5\pgfphysicalwidth,%
resized height=\pgfphysicalheight,%
center=\pgfpoint{.25\pgfphysicalwidth}{.5\pgfphysicalheight}%
}%
\pgfpageslogicalpageoptions{5}
{%
border shrink=\pgfpageoptionborder,%
resized width=0.5\pgfphysicalwidth,%
resized height=\pgfphysicalheight,%
center=\pgfpoint{.25\pgfphysicalwidth}{.1667\pgfphysicalheight}%
}%
\pgfpageslogicalpageoptions{2}
{%
border shrink=\pgfpageoptionborder,%
resized width=0.5\pgfphysicalwidth,%
resized height=\pgfphysicalheight,%
center=\pgfpoint{.75\pgfphysicalwidth}{.8333\pgfphysicalheight}%
}%
\pgfpageslogicalpageoptions{4}
{%
border shrink=\pgfpageoptionborder,%
resized width=0.5\pgfphysicalwidth,%
resized height=\pgfphysicalheight,%
center=\pgfpoint{.75\pgfphysicalwidth}{.5\pgfphysicalheight}%
}%
\pgfpageslogicalpageoptions{6}
{%
border shrink=\pgfpageoptionborder,%
resized width=0.5\pgfphysicalwidth,%
resized height=\pgfphysicalheight,%
center=\pgfpoint{.75\pgfphysicalwidth}{.1667\pgfphysicalheight}%
}%
\fi
}
\ifthenelse{\equal{\spp}{2}}{\pgfpagesuselayout{2 on 1}[a4paper,border shrink=5mm]}{}
\ifthenelse{\equal{\spp}{3}}{\pgfpagesuselayout{3 on 1}[a4paper,border shrink=5mm]}{}
\ifthenelse{\equal{\spp}{4}}{\pgfpagesuselayout{4 on 1}[a4paper,border shrink=5mm,landscape]}{}
\ifthenelse{\equal{\spp}{6}}{\pgfpagesuselayout{6 on 1}[a4paper,border shrink=5mm]}{}
\setbeamertemplate{background}[grid][step=10]
\mode<presentation>
\setbeamerfont{page number in head/foot}{size=\footnotesize}
\setbeamercolor*{page number in head/foot}{fg=ruhuisstijlzwart}
\setbeamerfont{author in head/foot}{size=\footnotesize}
\setbeamercolor*{author in head/foot}{fg=ruhuisstijlzwart}
%%% Footnote stuff
% Cannot get it working to skip the title page when extra information
% is displayed in the footline. In the next version hopefully...
\ifthenelse{\equal{\dept}{none}}{%
\setbeamertemplate{footline}{%
\vspace{1.75cm}
}
}{%
\setbeamertemplate{footline}{%
\ifthenelse{\equal{\slidenumbers}{slide} \OR \equal{\slidenumbers}{relative}}{%
\vspace{0.5cm}
\hspace{1cm}%
\begin{beamercolorbox}[wd=.08\paperwidth,ht=2.25ex,dp=1ex]{page number in head/foot}%
\usebeamerfont{page number in head/foot}\insertframenumber
\ifthenelse{\equal{\slidenumbers}{relative}}{%
/\inserttotalframenumber
}
{}
\end{beamercolorbox}
\ifthenelse{\equal{\alwaysshowauthor}{true}}{%
\begin{beamercolorbox}[wd=.15\paperwidth,ht=2.25ex,dp=1ex]{author in head/foot}%
\usebeamerfont{author in head/foot}\insertshortauthor
\end{beamercolorbox}
}{}
\ifthenelse{\equal{\alwaysshowdate}{true}}{%
\begin{beamercolorbox}[wd=.15\paperwidth,ht=2.25ex,dp=1ex]{author in head/foot}%
\usebeamerfont{author in head/foot}\insertshortdate
\end{beamercolorbox}
}{}
\vspace{0.5cm}
}{%
\vspace{1.25cm}
}
}
}
\setbeamertemplate{footnote}{%
\makebox[1em][l]{\insertfootnotemark}\footnotesize\insertfootnotetext\par%
}
%%% Table of content stuff
\ifbeamer@official
\ifthenelse{\equal{\dept}{none}}{%
\setbeamertemplate{subsection in toc}{\leavevmode\leftskip=0.5em\parbox[t]{\textwidth-\leftskip-0.5em}{\inserttocsubsection}\par}
}{%
\relax
}%
\else%
\relax
\fi
%%% Description stuff
\ifbeamer@official
\ifthenelse{\equal{\dept}{none}}{%
\setbeamersize{description width=0.5em}
\setbeamertemplate{description item}{\hspace*{0.5em}\insertdescriptionitem}
}{%
\defbeamertemplate{description item}{align left}{\hspace*{1em}\insertdescriptionitem\hfill}
\setbeamertemplate{description item}[align left]
}%
\else
\defbeamertemplate{description item}{align left}{\hspace*{1em}\insertdescriptionitem\hfill}
\setbeamertemplate{description item}[align left]
\fi
%%% Enumeration stuff
\ifbeamer@official
\ifthenelse{\equal{\dept}{none}}{%
\setlength\leftmargini{1em}
\setlength\leftmarginii{0.5em}
\setlength\leftmarginiii{0.5em}
\setlength\labelsep{0.25em}
\setlength\labelwidth{\leftmarginii}
\setlength\labelwidth{-\labelsep}
}{%
\relax
}%
\else%
\relax
\fi%
%%% Itemisation stuff
\setbeamertemplate{itemize item}[circle]
\setbeamertemplate{itemize subitem}{--}
\setbeamertemplate{itemize subsubitem}[triangle]
\setbeamertemplate{itemize/enumerate body begin}
{\normalsize\renewcommand\theenumii{\theenumi\alph{enumii}}}
\setbeamertemplate{itemize/enumerate subbody begin}{\normalsize}
\setbeamertemplate{itemize/enumerate subsubbody begin}{\normalsize}
\setbeamertemplate{itemize/enumerate subsubsubbody begin}{\normalsize}
\setbeamertemplate{enumerate item}{\insertenumlabel.}
\setbeamertemplate{enumerate subitem}{\alph{enumii}.}
\renewcommand{\itemize}[1][]{%
\beamer@ifempty{#1}{}{\def\beamer@defaultospec{#1}}%
\ifnum \@itemdepth >2\relax\@toodeep\else
\advance\@itemdepth\@ne
\beamer@computepref\@itemdepth% sets \beameritemnestingprefix
\usebeamerfont{itemize/enumerate \beameritemnestingprefix body}%
\usebeamercolor[fg]{itemize/enumerate \beameritemnestingprefix body}%
\usebeamertemplate{itemize/enumerate \beameritemnestingprefix body begin}%
\list
{\usebeamertemplate{itemize \beameritemnestingprefix item}}
{%
\ifbeamer@official
\setlength\itemsep{0pt}%
\setlength\topsep{0pt}%
\setlength\partopsep{0pt}%
\setlength\parsep{0pt}%
\setlength\parskip{0pt}%
\ifthenelse{\equal{\dept}{none}}{%
\setlength\leftmargini{1em}%
\setlength\leftmarginii{0.5em}%
\setlength\leftmarginiii{0.5em}%
\setlength\labelsep{0.25em}%
\setlength\labelwidth{0.6em}%
}{%
\setlength\labelsep{10pt}%
\setlength\labelwidth{7pt}%
\setlength\leftmargin{18pt}%
}%
\else%
\relax%
\fi%
\def\makelabel##1{%
{%
\usebeamerfont*{itemize \beameritemnestingprefix item}%
\usebeamercolor[fg]{itemize \beameritemnestingprefix item}##1\hfill%
}%
}%
}
\fi%
\beamer@cramped%
\raggedright%
\beamer@firstlineitemizeunskip%
}
\ifbeamer@official
% Removes the figure number from the caption. Use {caption}[numbered] otherwise
\setbeamertemplate{caption}{\raggedright\insertcaption\par}
% Redesigning the block environment to have a title in bold font
% and minimal vertical spacing (only at the end)
\setbeamertemplate{block begin}
{%
{\bfseries\insertblocktitle}\par%\vspace{-0.2cm}%
}
\setbeamertemplate{block end}{\vskip\smallskipamount}
% The original style requires 2.5cm margin, whatever that means. Our frames
% are not of the same size, so we have to "scale" it. 1cm seems to be reasonable
\setbeamersize{text margin left=1cm}
\else%
\setbeamertemplate{caption}[default]
\setbeamertemplate{block begin}
{%
{\bfseries\insertblocktitle}\par%\vspace{-0.2cm}%
}
\setbeamertemplate{block end}{\vskip\smallskipamount}
\fi%
\setbeamertemplate{frametitle}
{
\vspace*{1.5em}%
\begin{minipage}[t][.5cm][t]{10cm}%
\begin{beamercolorbox}{frametitle}%
\raggedright\insertframetitle\par%
\end{beamercolorbox}%
\end{minipage}
}
\newenvironment{tussenpagina}[3]{%
\begin{frame}
\ifthenelse{\equal{\dept}{none}}{%
\vspace*{-0.25cm}\hspace*{-1cm}\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl2014-43-front.pdf}
\vspace*{-5cm}
\includegraphics[width=0.5\textwidth]{#3}\par%
\vspace*{-8cm}
}{%
\vspace*{-0.25cm}\hspace*{-1cm}\includegraphics[width=12.8cm,height=8.34cm]{#3}
\vspace*{-7.5cm}
}
\begin{minipage}[t][2.5cm][t]{10cm}%
\begin{beamercolorbox}{title}%
\usebeamerfont{title}{\Huge#1\par}%
\vspace{0.25cm}%
\usebeamerfont{subtitle}#2\par%
\end{beamercolorbox}%
\end{minipage}%
}{%
\end{frame}
}%
\ifthenelse{\equal{\tocatsectionstart}{true}}{%
\AtBeginSection{
\begin{frame}[c,plain,noframenumbering]
\frametitle{\tocatsectionstarttitle}
\tableofcontents[currentsection,hideothersubsections]
\end{frame}
}%
}{%
}
\setbeamertemplate{background}{
\ifthenelse{\equal{\dept}{clst}}{%
\ifnum\thepage>1\relax%
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_clst_2014-43-slide.pdf}
\fi
}{%
\ifthenelse{\equal{\dept}{cls}}{%
\ifnum\thepage>1\relax%
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_cls_2014-43-slide.pdf}
\fi
}{%
\ifthenelse{\equal{\dept}{hlcs}}{%
\ifnum\thepage>1\relax%
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_hlcs_2014-43-slide.pdf}
\fi
}{%
\ifthenelse{\equal{\dept}{kaski}}{%
\ifnum\thepage>1\relax%
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_kaski_2014-43-slide.pdf}
\fi
}{%
\ifthenelse{\equal{\dept}{ptrs}}{%
\ifnum\thepage>1\relax%
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_ptrs_2014-43-slide.pdf}
\fi
}{%
\ifthenelse{\equal{\dept}{imr}}{%
\ifnum\thepage>1\relax%
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_imr_2014-43-slide.pdf}
\fi
}{%
\ifthenelse{\equal{\dept}{is}}{%
\ifnum\thepage>1\relax%
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_is_2014-43-slide.pdf}
\fi
}{%
\ifthenelse{\equal{\dept}{ds}}{%
\ifnum\thepage>1\relax%
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_ds_2014-43-slide.pdf}
\fi
}{%
\ifthenelse{\equal{\dept}{icis}}{%
\ifnum\thepage>1\relax%
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_icis_2014-43-slide.pdf}
\fi
}{%
\ifthenelse{\equal{\dept}{mbsd}}{%
\ifnum\thepage>1\relax%
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_mbsd_2014-43-slide.pdf}
\fi
}{%
\ifthenelse{\equal{\dept}{ster}}{%
\ifnum\thepage>1\relax%
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_ster_2014-43-slide.pdf}
\fi
}{%
\ifthenelse{\equal{\dept}{datascience}}{%
\ifnum\thepage>1\relax%
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_ds_2016_43-slide.pdf}
\fi
}{%
\ifthenelse{\equal{\dept}{softwarescience}}{%
\ifnum\thepage>1\relax%
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_ss_2016_43-slide.pdf}
\fi
}{%
\ifnum\thepage>1\relax%
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl2014-43-slide.pdf}
\fi
}}}}}}}}}}}}}%
\ifthenelse{\equal{\grouplogo}{lama}}{%
%\vspace*{-0.8cm}
\hspace*{-12.5cm}
% [trim=-5cm 0 0 -1cm] left bottom right top
% trim the graphic for positive values and add space for negative values
\includegraphics[scale=0.4, trim=0cm -0.5cm 0cm 0cm]{logo/lama.pdf}
}{%
}%
}
\defbeamertemplate*{title page}{ruhuisstijl}[1][]
{
\ifthenelse{\equal{\dept}{clst}}{%
\vspace*{-0.25cm}\hspace*{-1.08cm}
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_clst_2014-43-front.pdf}
}{%
\ifthenelse{\equal{\dept}{cls}}{%
\vspace*{-0.25cm}\hspace*{-1.08cm}
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_cls_2014-43-front.pdf}
}{%
\ifthenelse{\equal{\dept}{hlcs}}{%
\vspace*{-0.25cm}\hspace*{-1.08cm}
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_hlcs_2014-43-front.pdf}
}{%
\ifthenelse{\equal{\dept}{kaski}}{%
\vspace*{-0.25cm}\hspace*{-1.08cm}
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_kaski_2014-43-front.pdf}
}{%
\ifthenelse{\equal{\dept}{ptrs}}{%
\vspace*{-0.25cm}\hspace*{-1.08cm}
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_ptrs_2014-43-front.pdf}
}{%
\ifthenelse{\equal{\dept}{imr}}{%
\vspace*{-0.25cm}\hspace*{-1.08cm}
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_imr_2014-43-front.pdf}
}{%
\ifthenelse{\equal{\dept}{is}}{%
\vspace*{-0.25cm}\hspace*{-1.08cm}
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_is_2014-43-front.pdf}
}{%
\ifthenelse{\equal{\dept}{datascience}}{%
\vspace*{-0.25cm}\hspace*{-1.08cm}
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_ds_2016_43-front.pdf}
}{%
\ifthenelse{\equal{\dept}{softwarescience}}{%
\vspace*{-0.25cm}\hspace*{-1.08cm}
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_ss_2016_43-front.pdf}
}{%
\ifthenelse{\equal{\dept}{icis}}{%
\vspace*{-0.25cm}\hspace*{-1.08cm}
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_icis_2014-43-front.pdf}
}{%
\ifthenelse{\equal{\dept}{mbsd}}{%
\vspace*{-0.25cm}\hspace*{-1.08cm}
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_mbsd_2014-43-front.pdf}
}{%
\ifthenelse{\equal{\dept}{ds}}{%
\vspace*{-0.25cm}\hspace*{-1.08cm}
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_ds_2014-43-front.pdf}
}{%
\ifthenelse{\equal{\dept}{ster}}{%
\vspace*{-0.25cm}\hspace*{-1.08cm}
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl_ster_2014-43-front.pdf}
}{%
\vspace*{-0.23cm}\hspace*{-1.08cm}
\includegraphics[width=1\paperwidth]{backgrounds/ruhuisstijl2014-43-front.pdf}
}}}}}}}}}}}}}%
\ifthenelse{\equal{\grouplogo}{lama}}{%
%\vspace*{-0.8cm}
\hspace*{-12.5cm}
% [trim=-5cm 0 0 -1cm] left bottom right top
% trim the graphic for positive values and add space for negative values
\includegraphics[scale=0.4, trim=0cm -0.5cm -50cm 0cm]{logo/lama.pdf}
}{%
}%
\vspace*{-8.5cm}
\begin{minipage}[t][2.5cm][t]{10cm}%
\begin{beamercolorbox}{title}%
\usebeamerfont{title}{\Huge\inserttitle\par}%
\vspace{0.25cm}%
\usebeamerfont{subtitle}\insertsubtitle\par%
\end{beamercolorbox}%
\ifthenelse{\equal{\showinstitute}{true}}{
\begin{beamercolorbox}{institute}%
\usebeamerfont{institute}{\insertinstitute\par}%
\end{beamercolorbox}%
}{}
\ifthenelse{\equal{\showdate}{true}}{
\begin{beamercolorbox}{date}%
\usebeamerfont{date}{\insertdate\par}%
\end{beamercolorbox}%
}{}
\end{minipage}%
}
\setbeameroption{\notes}
\setbeamertemplate{note page}[plain]
\hypersetup{
colorlinks=true,
linkcolor=ruhuisstijlrood,
urlcolor=ruhuisstijlrood,
}
\setbeamertemplate{navigation symbols}{}
\setbeamerfont{frametitle}{size=\large}
\setbeamerfont{frametitle}{series=\bfseries}
\setbeamerfont{blocktitle}{series=\bfseries}
\setbeamerfont{description item}{series=\bfseries}
\setbeamercolor{normal text}{fg=ruhuisstijlzwart}
\setbeamercolor{structure}{fg=ruhuisstijlzwart}
\setbeamercolor{example text}{fg=ruhuisstijlzwart}
\setbeamercolor{frametitle}{fg=ruhuisstijlrood}
\setbeamercolor{alerted text}{fg=ruhuisstijlrood}
\setbeamerfont{page number in head/foot}{size=\footnotesize}
\setbeamerfont{author in head/foot}{size=\footnotesize}
\ifthenelse{\equal{\dept}{none}}{%
\setbeamercolor{title}{fg=ruhuisstijlzwart}
\setbeamercolor{date}{fg=ruhuisstijlzwart}
\setbeamercolor{institute}{fg=ruhuisstijlzwart}
\setbeamercolor*{page number in head/foot}{fg=ruhuisstijlwit}
\setbeamercolor*{author in head/foot}{fg=ruhuisstijlwit}
}{%
\setbeamercolor{title}{fg=ruhuisstijlwit}
\setbeamercolor{date}{fg=ruhuisstijlwit}
\setbeamercolor{institute}{fg=ruhuisstijlwit}
\setbeamercolor*{page number in head/foot}{fg=ruhuisstijlzwart}
\setbeamercolor*{author in head/foot}{fg=ruhuisstijlzwart}
}
\mode<all>
% http://tex.stackexchange.com/questions/26360/how-to-color-the-font-of-a-single-row-in-a-table
\newcommand*{\@rowstyle}{}
\newcommand*{\rowstyle}[1]{% sets the style of the next row
\gdef\@rowstyle{#1}%
\@rowstyle\ignorespaces%
}
\newcolumntype{=}{% resets the row style
>{\gdef\@rowstyle{}}%
}
\newcolumntype{+}{% adds the current row style to the next column
>{\@rowstyle}%
}
\definecolor{ruhuisstijlrood}{rgb}{0.745,0.192,0.102}
\definecolor{ruhuisstijlzwart}{rgb}{0,0,0}
\definecolor{ruhuisstijlwit}{rgb}{0.98,0.98,0.98}
\newcommand{\rured}[1]{\textcolor{ruhuisstijlrood}{#1}}
\ifthenelse{\equal{\tablecolours}{false}}{%
%
}{%
\rowcolors{1}{ruhuisstijlrood!12}{ruhuisstijlrood!25}
}
\endinput

View File

@ -0,0 +1,166 @@
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldcontentsline\contentsline
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
\global\let\oldnewlabel\newlabel
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
\AtEndDocument{\ifx\hyper@anchor\@undefined
\let\contentsline\oldcontentsline
\let\newlabel\oldnewlabel
\fi}
\fi}
\global\let\hyper@last\relax
\gdef\HyperFirstAtBeginDocument#1{#1}
\providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
\@writefile{toc}{\beamer@endinputifotherversion {3.36pt}}
\@writefile{nav}{\beamer@endinputifotherversion {3.36pt}}
\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}}
\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}}
\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}}
\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}}
\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {5}{5}}}
\@writefile{nav}{\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {6}{6}}}
\@writefile{toc}{\beamer@sectionintoc {1}{Voorwaarden}{7}{0}{1}}
\@writefile{nav}{\headcommand {\sectionentry {1}{Voorwaarden}{7}{Voorwaarden}{0}}}
\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{6}}}
\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{6}}}
\@writefile{toc}{\beamer@subsectionintoc {1}{1}{Algemeen}{7}{0}{1}}
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{1}{1}{7}{Algemeen}}\headcommand {\beamer@subsectionpages {7}{6}}}
\newlabel{sl:gvwa}{{7}{7}{Algemeen}{Doc-Start}{}}
\newlabel{sl:gvwa@cref}{{[subsection][1][1]1}{7}}
\@writefile{snm}{\beamer@slide {sl:gvwa}{7}}
\@writefile{nav}{\headcommand {\slideentry {1}{1}{1}{7/7}{Algemeen}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}}
\@writefile{toc}{\beamer@subsectionintoc {1}{2}{Tekstpagina's}{8}{0}{1}}
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{1}{2}{8}{Tekstpagina's}}\headcommand {\beamer@subsectionpages {7}{7}}}
\@writefile{nav}{\headcommand {\slideentry {1}{2}{1}{8/8}{Tekstpagina's}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {8}{8}}}
\@writefile{nav}{\headcommand {\slideentry {1}{2}{2}{9/9}{Tekstpagina's}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}}
\@writefile{toc}{\beamer@sectionintoc {2}{Kleuren}{10}{0}{2}}
\@writefile{nav}{\headcommand {\sectionentry {2}{Kleuren}{10}{Kleuren}{0}}}
\@writefile{nav}{\headcommand {\beamer@sectionpages {7}{9}}}
\@writefile{nav}{\headcommand {\beamer@subsectionpages {8}{9}}}
\@writefile{nav}{\headcommand {\slideentry {2}{0}{1}{10/10}{}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {10}{10}}}
\@writefile{toc}{\beamer@sectionintoc {3}{Sjablonen}{11}{0}{3}}
\@writefile{nav}{\headcommand {\sectionentry {3}{Sjablonen}{11}{Sjablonen}{0}}}
\@writefile{nav}{\headcommand {\beamer@sectionpages {10}{10}}}
\@writefile{nav}{\headcommand {\beamer@subsectionpages {10}{10}}}
\@writefile{nav}{\headcommand {\slideentry {3}{0}{1}{11/11}{}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {11}{11}}}
\@writefile{toc}{\beamer@sectionintoc {4}{Voorbeeldslides}{12}{0}{4}}
\@writefile{nav}{\headcommand {\sectionentry {4}{Voorbeeldslides}{12}{Voorbeeldslides}{0}}}
\@writefile{nav}{\headcommand {\beamer@sectionpages {11}{11}}}
\@writefile{nav}{\headcommand {\beamer@subsectionpages {11}{11}}}
\@writefile{toc}{\beamer@subsectionintoc {4}{1}{Tussenpagina}{12}{0}{4}}
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{4}{1}{12}{Tussenpagina}}\headcommand {\beamer@subsectionpages {12}{11}}}
\@writefile{nav}{\headcommand {\slideentry {4}{1}{1}{12/12}{Tussenpagina}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}}
\@writefile{toc}{\beamer@subsectionintoc {4}{2}{Blokken}{13}{0}{4}}
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{4}{2}{13}{Blokken}}\headcommand {\beamer@subsectionpages {12}{12}}}
\@writefile{nav}{\headcommand {\slideentry {4}{2}{1}{13/13}{Blokken}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {13}{13}}}
\@writefile{nav}{\headcommand {\slideentry {4}{2}{2}{14/14}{Blokken}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}}
\@writefile{nav}{\headcommand {\slideentry {4}{2}{3}{15/15}{Blokken}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {15}{15}}}
\@writefile{nav}{\headcommand {\slideentry {4}{2}{4}{16/16}{Blokken}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {16}{16}}}
\@writefile{nav}{\headcommand {\slideentry {4}{2}{5}{17/17}{Blokken}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {17}{17}}}
\@writefile{toc}{\beamer@subsectionintoc {4}{3}{Tabel}{18}{0}{4}}
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{4}{3}{18}{Tabel}}\headcommand {\beamer@subsectionpages {13}{17}}}
\newlabel{sl:vvet}{{18}{18}{Tabel}{Doc-Start}{}}
\newlabel{sl:vvet@cref}{{[subsection][3][4]3}{18}}
\@writefile{snm}{\beamer@slide {sl:vvet}{18}}
\@writefile{nav}{\headcommand {\slideentry {4}{3}{1}{18/18}{Tabel}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {18}{18}}}
\@writefile{nav}{\headcommand {\slideentry {4}{3}{2}{19/19}{Tabel}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {19}{19}}}
\@writefile{toc}{\beamer@subsectionintoc {4}{4}{De rest}{20}{0}{4}}
\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{4}{4}{20}{De rest}}\headcommand {\beamer@subsectionpages {18}{19}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{1}{20/28}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {20}{28}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{2}{29/33}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {29}{33}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{3}{34/34}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {34}{34}}}
\newlabel{haha}{{3c}{35}{De rest}{Doc-Start}{}}
\newlabel{haha@cref}{{[enumii][3][]3c}{35}}
\@writefile{snm}{\beamer@slide {haha}{35}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{4}{35/35}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {35}{35}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{5}{36/36}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {36}{36}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{6}{37/37}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {37}{37}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{7}{38/38}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {38}{38}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{8}{39/39}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {39}{39}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{9}{40/40}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {40}{40}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{10}{41/41}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {41}{41}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{11}{42/42}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {42}{42}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{12}{43/43}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {43}{43}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{13}{44/44}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {44}{44}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{14}{45/45}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {45}{45}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{15}{46/46}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {46}{46}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{16}{47/47}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {47}{47}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{17}{48/48}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {48}{48}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{18}{49/49}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {49}{49}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{19}{50/50}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {50}{50}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{20}{51/51}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {51}{51}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{21}{52/52}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {52}{52}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{22}{53/53}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {53}{53}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{23}{54/54}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {54}{54}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{24}{55/55}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {55}{55}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{25}{56/56}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {56}{56}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{26}{57/57}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {57}{57}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{27}{58/58}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {58}{58}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{28}{59/59}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {59}{59}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{29}{60/60}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {60}{60}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{30}{61/61}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {61}{61}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{31}{62/62}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {62}{62}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{32}{63/63}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {63}{63}}}
\@writefile{nav}{\headcommand {\slideentry {4}{4}{33}{64/64}{De rest}{0}}}
\@writefile{nav}{\headcommand {\beamer@framepages {64}{64}}}
\@writefile{nav}{\headcommand {\beamer@partpages {1}{64}}}
\@writefile{nav}{\headcommand {\beamer@subsectionpages {20}{64}}}
\@writefile{nav}{\headcommand {\beamer@sectionpages {12}{64}}}
\@writefile{nav}{\headcommand {\beamer@documentpages {64}}}
\@writefile{nav}{\headcommand {\def \inserttotalframenumber {52}}}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,128 @@
\beamer@endinputifotherversion {3.36pt}
\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}
\headcommand {\beamer@framepages {1}{1}}
\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}
\headcommand {\beamer@framepages {2}{2}}
\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}
\headcommand {\beamer@framepages {3}{3}}
\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}
\headcommand {\beamer@framepages {4}{4}}
\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}}
\headcommand {\beamer@framepages {5}{5}}
\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}}
\headcommand {\beamer@framepages {6}{6}}
\headcommand {\sectionentry {1}{Voorwaarden}{7}{Voorwaarden}{0}}
\headcommand {\beamer@sectionpages {1}{6}}
\headcommand {\beamer@subsectionpages {1}{6}}
\headcommand {\beamer@subsectionentry {0}{1}{1}{7}{Algemeen}}\headcommand {\beamer@subsectionpages {7}{6}}
\headcommand {\slideentry {1}{1}{1}{7/7}{Algemeen}{0}}
\headcommand {\beamer@framepages {7}{7}}
\headcommand {\beamer@subsectionentry {0}{1}{2}{8}{Tekstpagina's}}\headcommand {\beamer@subsectionpages {7}{7}}
\headcommand {\slideentry {1}{2}{1}{8/8}{Tekstpagina's}{0}}
\headcommand {\beamer@framepages {8}{8}}
\headcommand {\slideentry {1}{2}{2}{9/9}{Tekstpagina's}{0}}
\headcommand {\beamer@framepages {9}{9}}
\headcommand {\sectionentry {2}{Kleuren}{10}{Kleuren}{0}}
\headcommand {\beamer@sectionpages {7}{9}}
\headcommand {\beamer@subsectionpages {8}{9}}
\headcommand {\slideentry {2}{0}{1}{10/10}{}{0}}
\headcommand {\beamer@framepages {10}{10}}
\headcommand {\sectionentry {3}{Sjablonen}{11}{Sjablonen}{0}}
\headcommand {\beamer@sectionpages {10}{10}}
\headcommand {\beamer@subsectionpages {10}{10}}
\headcommand {\slideentry {3}{0}{1}{11/11}{}{0}}
\headcommand {\beamer@framepages {11}{11}}
\headcommand {\sectionentry {4}{Voorbeeldslides}{12}{Voorbeeldslides}{0}}
\headcommand {\beamer@sectionpages {11}{11}}
\headcommand {\beamer@subsectionpages {11}{11}}
\headcommand {\beamer@subsectionentry {0}{4}{1}{12}{Tussenpagina}}\headcommand {\beamer@subsectionpages {12}{11}}
\headcommand {\slideentry {4}{1}{1}{12/12}{Tussenpagina}{0}}
\headcommand {\beamer@framepages {12}{12}}
\headcommand {\beamer@subsectionentry {0}{4}{2}{13}{Blokken}}\headcommand {\beamer@subsectionpages {12}{12}}
\headcommand {\slideentry {4}{2}{1}{13/13}{Blokken}{0}}
\headcommand {\beamer@framepages {13}{13}}
\headcommand {\slideentry {4}{2}{2}{14/14}{Blokken}{0}}
\headcommand {\beamer@framepages {14}{14}}
\headcommand {\slideentry {4}{2}{3}{15/15}{Blokken}{0}}
\headcommand {\beamer@framepages {15}{15}}
\headcommand {\slideentry {4}{2}{4}{16/16}{Blokken}{0}}
\headcommand {\beamer@framepages {16}{16}}
\headcommand {\slideentry {4}{2}{5}{17/17}{Blokken}{0}}
\headcommand {\beamer@framepages {17}{17}}
\headcommand {\beamer@subsectionentry {0}{4}{3}{18}{Tabel}}\headcommand {\beamer@subsectionpages {13}{17}}
\headcommand {\slideentry {4}{3}{1}{18/18}{Tabel}{0}}
\headcommand {\beamer@framepages {18}{18}}
\headcommand {\slideentry {4}{3}{2}{19/19}{Tabel}{0}}
\headcommand {\beamer@framepages {19}{19}}
\headcommand {\beamer@subsectionentry {0}{4}{4}{20}{De rest}}\headcommand {\beamer@subsectionpages {18}{19}}
\headcommand {\slideentry {4}{4}{1}{20/28}{De rest}{0}}
\headcommand {\beamer@framepages {20}{28}}
\headcommand {\slideentry {4}{4}{2}{29/33}{De rest}{0}}
\headcommand {\beamer@framepages {29}{33}}
\headcommand {\slideentry {4}{4}{3}{34/34}{De rest}{0}}
\headcommand {\beamer@framepages {34}{34}}
\headcommand {\slideentry {4}{4}{4}{35/35}{De rest}{0}}
\headcommand {\beamer@framepages {35}{35}}
\headcommand {\slideentry {4}{4}{5}{36/36}{De rest}{0}}
\headcommand {\beamer@framepages {36}{36}}
\headcommand {\slideentry {4}{4}{6}{37/37}{De rest}{0}}
\headcommand {\beamer@framepages {37}{37}}
\headcommand {\slideentry {4}{4}{7}{38/38}{De rest}{0}}
\headcommand {\beamer@framepages {38}{38}}
\headcommand {\slideentry {4}{4}{8}{39/39}{De rest}{0}}
\headcommand {\beamer@framepages {39}{39}}
\headcommand {\slideentry {4}{4}{9}{40/40}{De rest}{0}}
\headcommand {\beamer@framepages {40}{40}}
\headcommand {\slideentry {4}{4}{10}{41/41}{De rest}{0}}
\headcommand {\beamer@framepages {41}{41}}
\headcommand {\slideentry {4}{4}{11}{42/42}{De rest}{0}}
\headcommand {\beamer@framepages {42}{42}}
\headcommand {\slideentry {4}{4}{12}{43/43}{De rest}{0}}
\headcommand {\beamer@framepages {43}{43}}
\headcommand {\slideentry {4}{4}{13}{44/44}{De rest}{0}}
\headcommand {\beamer@framepages {44}{44}}
\headcommand {\slideentry {4}{4}{14}{45/45}{De rest}{0}}
\headcommand {\beamer@framepages {45}{45}}
\headcommand {\slideentry {4}{4}{15}{46/46}{De rest}{0}}
\headcommand {\beamer@framepages {46}{46}}
\headcommand {\slideentry {4}{4}{16}{47/47}{De rest}{0}}
\headcommand {\beamer@framepages {47}{47}}
\headcommand {\slideentry {4}{4}{17}{48/48}{De rest}{0}}
\headcommand {\beamer@framepages {48}{48}}
\headcommand {\slideentry {4}{4}{18}{49/49}{De rest}{0}}
\headcommand {\beamer@framepages {49}{49}}
\headcommand {\slideentry {4}{4}{19}{50/50}{De rest}{0}}
\headcommand {\beamer@framepages {50}{50}}
\headcommand {\slideentry {4}{4}{20}{51/51}{De rest}{0}}
\headcommand {\beamer@framepages {51}{51}}
\headcommand {\slideentry {4}{4}{21}{52/52}{De rest}{0}}
\headcommand {\beamer@framepages {52}{52}}
\headcommand {\slideentry {4}{4}{22}{53/53}{De rest}{0}}
\headcommand {\beamer@framepages {53}{53}}
\headcommand {\slideentry {4}{4}{23}{54/54}{De rest}{0}}
\headcommand {\beamer@framepages {54}{54}}
\headcommand {\slideentry {4}{4}{24}{55/55}{De rest}{0}}
\headcommand {\beamer@framepages {55}{55}}
\headcommand {\slideentry {4}{4}{25}{56/56}{De rest}{0}}
\headcommand {\beamer@framepages {56}{56}}
\headcommand {\slideentry {4}{4}{26}{57/57}{De rest}{0}}
\headcommand {\beamer@framepages {57}{57}}
\headcommand {\slideentry {4}{4}{27}{58/58}{De rest}{0}}
\headcommand {\beamer@framepages {58}{58}}
\headcommand {\slideentry {4}{4}{28}{59/59}{De rest}{0}}
\headcommand {\beamer@framepages {59}{59}}
\headcommand {\slideentry {4}{4}{29}{60/60}{De rest}{0}}
\headcommand {\beamer@framepages {60}{60}}
\headcommand {\slideentry {4}{4}{30}{61/61}{De rest}{0}}
\headcommand {\beamer@framepages {61}{61}}
\headcommand {\slideentry {4}{4}{31}{62/62}{De rest}{0}}
\headcommand {\beamer@framepages {62}{62}}
\headcommand {\slideentry {4}{4}{32}{63/63}{De rest}{0}}
\headcommand {\beamer@framepages {63}{63}}
\headcommand {\slideentry {4}{4}{33}{64/64}{De rest}{0}}
\headcommand {\beamer@framepages {64}{64}}
\headcommand {\beamer@partpages {1}{64}}
\headcommand {\beamer@subsectionpages {20}{64}}
\headcommand {\beamer@sectionpages {12}{64}}
\headcommand {\beamer@documentpages {64}}
\headcommand {\def \inserttotalframenumber {52}}

View File

@ -0,0 +1,10 @@
\BOOKMARK [2][]{Outline0.1}{Voorwaarden}{}% 1
\BOOKMARK [3][]{Outline0.1.1.7}{Algemeen}{Outline0.1}% 2
\BOOKMARK [3][]{Outline0.1.2.8}{Tekstpagina's}{Outline0.1}% 3
\BOOKMARK [2][]{Outline0.2}{Kleuren}{}% 4
\BOOKMARK [2][]{Outline0.3}{Sjablonen}{}% 5
\BOOKMARK [2][]{Outline0.4}{Voorbeeldslides}{}% 6
\BOOKMARK [3][]{Outline0.4.1.12}{Tussenpagina}{Outline0.4}% 7
\BOOKMARK [3][]{Outline0.4.2.13}{Blokken}{Outline0.4}% 8
\BOOKMARK [3][]{Outline0.4.3.18}{Tabel}{Outline0.4}% 9
\BOOKMARK [3][]{Outline0.4.4.20}{De rest}{Outline0.4}% 10

Binary file not shown.

View File

@ -0,0 +1,3 @@
\beamer@slide {sl:gvwa}{7}
\beamer@slide {sl:vvet}{18}
\beamer@slide {haha}{35}

View File

@ -0,0 +1,676 @@
%% This file shows how to use the beamer template ruhuisstijl. It
%% mimics the corporate and departemental style for the Radboud
%% University powerpoint presentations. This file contains the
%% single-file version of the template.
%%
%% For comments, questions, and suggestions contact me at
%% l.onrust@let.ru.nl or visit the github repository on
%% https://github.com/naiaden/presentations/tree/master/ruhuisstijl
%% (this single-file version can be found in the distributed dir)
%%
%% You can distribute and edit the files as you wish, but I'd
%% love to hear of any changes. Also, if you let me know that
%% you are using the template, I can keep you up-to-date on
%% future changes.
%%
%% 10 October 2014: CLS template added
%% 20 October 2014: HLCS template added
%% 28 October 2014: Kaski, PTRS, IMR, SteR templates added
%% 11 November 2014: Group logo added for Language Machines (lama)
%% 25 November 2014: DS, iCIS, IS, MBSD templates
%% 20 February 2015: Many unoffical options added (thanks Bart Jacobs)
%% 07 March 2016: iCIS Data Science and Software Science added, and small fixes
%% 20 June 2017: Added support for 16:9, by demand of the communication department (I only did a global check. Let me know if I have to fix stuff). Use beamerruhuisstijl169 as the class, and department=none
\documentclass[department=none]{beamerruhuisstijl}
%% The class takes the following optional arguments:
%% notes: {show notes}, {hide notes}, {show only notes} (default = hide notes)
%% official: true, false (default = false)
%% department: datascience, clst, cls, hlcs, kaski, ptrs, imr, ster, ds, is, mbsd, icis (default = RU)
%% grouplogo: lama (default = no group logo)
%% handout
%% slidesperpage: 1, 2, 3, 4, 6 (default = 1)
%%
%% Furthermore, there are some options that do not follow the design
%% or its philosophy. Anyway:
%% slidenumbers: none, slide, relative (default = none)
%% tablecolours: false, true (default = true)
%% alwaysshowauthor: false, true (default = false)
%% alwaysshowdate: false, true (default = false)
%% tocatsectionstart: false, true (default = false)
%% tocatsectionstarttitle: [any string] (default = Overview)
%% showinstitute: false, true (default = false)
%% showdate: false, true (default = false)
\title{The Beamer version of the Radboud University Corporate Style Powerpoint Template}
\subtitle{An Introduction and Showcase}
\date{\today}
\author{lama-fan}
\usepackage{cleveref}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\note{
Hi, here is a quick overview on how to proceed:
\begin{itemize}
\item On the left are the slides, on the right (this page) we have the notes
\item Please read both the slide and the notes
\end{itemize}
}
\begin{frame}{Disclaimer}
\begin{block}{Introduction}
This presentation shows the possibilities of the Beamer version of the Radboud University's new (2014) corporate style Powerpoint template. Note that although one of the parameters to the document class for Beamer is \texttt{official}, and the university encourages the use of this template, only the Powerpoint and Keynote templates are officially supported. See \url{http://www.ru.nl/huisstijl/} for everything corporate style related.
\end{block}
\begin{block}{Questions, feedback, and comments}
Don't hesitate to contact me, also if you have questions on how to realise certain parts of your presentation.
\begin{description}
\item[Email] \href{mailto:l.onrust@let.ru.nl}{l.onrust@let.ru.nl}
\item[Github] \href{https://github.com/naiaden}{naiaden}
\end{description}
\end{block}
\end{frame}
\note{
I've sent this template to the department of Corporate Communications, and they got me in contact with the designers of this corporate style. They promised to look at the template, and to tell me on which points I can improve.
Although in the beginning I didn't like their ideas much, some of them I grew to appreciate. However, I do want to adhere to their guidelines. That's why I have an official and an unofficial version, which you can toggle with a document class parameter.
}
\begin{frame}{Distribution and Availability}
\begin{block}{Availability}
The code of the Beamer class file and the background images are hosted at github: \url{https://github.com/naiaden/presentations/tree/master/ruhuisstijl/distributed}. There you will always find the newest version.
The template on \textbf{write}\LaTeX{} is updated after every push to github. It may take a couple of days before the administrators of \textbf{write}\LaTeX{} approve the new version of the template.
\end{block}
\begin{block}{Distribution}
The code is currently licensed as \href{https://creativecommons.org/licenses/by/4.0/}{CC BY 4.0}. The Radboud University holds the right to the background images and to the texts on the slides \cpageref{sl:gvwa,sl:vvet}.
\end{block}
\end{frame}
\note{
I also have a beamer class split in multiple files. Don't use these files, as I cannot garantuee that they are in sync with the updates on the single \texttt{beamerruhuisstijl.cls}.
If you don't like the template, tell me. If you like the template, tell others. Feel free to distribute the template, or any derivative. If you do make any change to the template, let me know. Similarly, if you want to be kept up-to-date, let me know.
}
\begin{frame}{Usage}
\begin{block}{How to use this template}
To use this template for your own presentation in \textbf{write}\LaTeX{}, perform the next steps:
\begin{enumerate}
\item remove all frames in the \texttt{tex} file;
\item enable only the options that you want to use (because right now it is in handout-mode with 2 slides and their notes on a page, with a departmental layout);
\item create frames with your slide's content;
\item thoroughly look everything over, and check for overflows, wrong spacing after interpunction, spelling. \emph{everything}.
\end{enumerate}
\end{block}
\begin{block}{Title page}
The creators of the official corporate style chose to have only a title and subtitle field on the title page. If you want to put all sorts of extra information there, I don't mind, but you are on your own.
\end{block}
\end{frame}
\note{
Using this template on \textbf{write}\LaTeX{} is easy. But sometimes you want to create a presentation on your local machine. There are multiple ways to do this, of which I will describe three:
\begin{enumerate}
\item Download a zip from \textbf{write}\LaTeX{}, edit \texttt{main.tex}, and compile it into a presentation;
\item Clone the github repository \texttt{presentations} from \texttt{naiaden}, and add the directory \texttt{presentations/tree/master/ruhuisstijl/distributed} to TEXINPUTS. Or at least link it such that the \TeX{} preprocessors can find it.
\item Download \texttt{beamerruhuisstijl.cls} and the backgrounds to your local machine (keep the directory structure with \texttt{backgrounds/}), and create a new \texttt{tex} file with your presentation.
\end{enumerate}
The title page is one of the things I've grown to like. No distractions such as the affiliation, date, the author. Just the title. On the first slide after the title page there is ample space to put everything you think the user has to know.
And seriously. Invest some time in making your presentations. A spelling error can hardly be avoided. But text overflowing into the bottom bar, images of very poor quality, too much spacing after \emph{e.g.}; they all distract from the point you are trying to make.
}
\begin{frame}{Structure of this Presentation}
This presentation consists of three parts:
\begin{columns}[T,totalwidth=\linewidth]
\begin{column}{0.3\textwidth}
\begin{block}{Voorbeeldpresentatie}
Here we recite the rules as stated in the \href{http://www.ru.nl/publish/pages/596464/ru_powerpoint_algemeen_2014_toelichting.ppt}{example presentation}. This section is in Dutch
\end{block}
\end{column}
\begin{column}{0.3\textwidth}
\begin{block}{Examples}
Here we show tricks such as \texttt{uncover}, \texttt{only}, smart references, and nested lists.
\end{block}
\end{column}
\begin{column}{0.3\textwidth}
\begin{block}{Showcase}
Here we demonstrate the possible departmental styles, both the title page and the layout for the slides.
\end{block}
\end{column}
\end{columns}
\begin{block}{Additional comments}
Each frame (not necessarily each slide) has a note. Pass \texttt{show notes} as an option to the document class to show them, or look in the code. In the notes I will provide some thoughts and explanations.
\end{block}
\end{frame}
\note{
}
%%%%%%%%%% %%%%%%%%%% %%%%%%%%%% %%%%%%%%%%%%
%\renewcommand{\dept}{none}
\setbeamercolor{title}{fg=ruhuisstijlzwart}
\begin{tussenpagina}{Voorbeeldpresentatie}{Gebruiksvoorwaarden \& sjablonen (juli 2014)}{tussenpaginabackground.jpg}
\end{tussenpagina}
\note{}
\section{Voorwaarden}
\subsection{Algemeen}
\begin{frame}\label{sl:gvwa}
\frametitle{Gebruiksvoorwaarden algemeen}
\begin{block}{Titelpagina's (rood)}
\begin{itemize}
\item Maak altijd gebruik van de rode titelpagina met het logo van de Radboud Universiteit rechtsonder
\item Er mogen geen extra tekstvelden of afbeeldingen worden toegevoegd
\item Indien een openingspagina als tussenpagina wordt gebruikt mogen er wel afbeeldingen toegevoegd worden
\end{itemize}
\end{block}
\begin{block}{Tekstpagina's}
\begin{itemize}
\item Gebruik voor tekstpagina's altijd de witte dia met het logo in de rode balk
\item Teksten linkslijnend plaatsen, niet centreren
\end{itemize}
\end{block}
\end{frame}
\note{
With the option to support grouplogos I violate the second rule which state that no additional text fields or images are to be added on the title page. But for example, I am affiliated with KU Leuven and Radboud University. In some cases you have to have both on your presentation: ``necessity knows no law.''
If you chose this presentation to be without any departmental style, then the spacing you see here for the list items is similar to the spacing in the example presentation provided by the RU. If you chose a departmental style, it is not. Unfortunately, the code is not dynamically executed, but only beforehand, during the parsing of all layout stuff. If you choose the style you want to use at the beginning, it all works out.
}
\subsection{Tekstpagina's}
\begin{frame}{Gebruiksvoorwaarden titelpagina's (rode achtergrond)}
\begin{block}{Maak altijd gebruik van lettertype Arial}
\begin{itemize}
\item Paginatitel: standaard, 50 pt
\item Tekst/inhoud: standaard, 25 pt
\end{itemize}
\end{block}
\begin{block}{Plaats teksten altijd in zwart of wit}
\begin{itemize}
\item Paginatitel: wit
\item Inhoud tekst: zwart
\end{itemize}
\end{block}
\begin{block}{Maak altijd gebruik vastgestelde kantlijn}
\begin{itemize}
\item Titel en tekst/inhoud: horizontaal vanaf links 2,5 cm
\item Titel: verticaal vanaf boven 2 cm
\item Tekst/inhoud: verticaal vanaf boven 5 cm
\end{itemize}
\end{block}
\end{frame}
\note[itemize]{
\item With respect to the margins I have some questions with the designing agency. 2,5cm does not mean anything if you don't know how large a slide is to begin with. It's even worse if you assume 2,5-`projected'-cm.
}
\begin{frame}
\frametitle{Gebruiksvoorwaarden tekstpagina's (witte achtergrond)}
\begin{block}{Maak altijd gebruik van lettertype Arial}
\begin{itemize}
\item Paginatitel: standaard, grootte 30 pt
\item Tekst/inhoud: standaard, grootte 25 pt (of 21 pt)
\item Tussenkoppen: vet, grootte 25 pt (of 21 pt)
\item Fotobijschriften: standaard, grootte 18 pt
\end{itemize}
\end{block}
\begin{block}{Plaats teksten altijd in zwart of rood}
\begin{itemize}
\item Paginatitel: RU huisstijl rood {\color{ruhuisstijlrood} (RGB: 190, 49, 26)}
\item Inhoud tekst en tussenkoppen: zwart
\end{itemize}
\end{block}
\begin{block}{Maak altijd gebruik vastgestelde kantlijn}
\begin{itemize}
\item Titel en tekst/inhoud\footnote{Afbeeldingen en teksten mogen nooit over de onderste lijn en het logo geplaatst worden.}
: horizontaal vanaf links 2,5 cm
\item Titel: verticaal vanaf boven 2 cm
\item Tekst/inhoud: verticaal vanaf boven 5 cm
\end{itemize}
\end{block}
\end{frame}
\note{
Note that the footnotes (although their use is discouraged in presentations in general) are too low. This is because the presentation is loaded with a departmental style, hence the margins adapt to these styles. The official RU style has somewhat different margins. Since these margins are only computed at the beginning, this footnote is positioned as if it were printed on a departmental slide. If you choose the right style at the beginning, this will not be an issue.
}
\section{Kleuren}
\begin{frame}
\frametitle{Kleuren in het RU Thema}
Zwart: RGB 0/0/0 \\
Wit: RGB 250/250/250 \\
\rured{Rood: RGB 190/49/26 (RU huisstijl rood)} \\
\href{http://google.com/}{Hyperlink: RGB 190/49/26 (RU huisstijl rood)}
\end{frame}
\note{}
\section{Sjablonen}
\begin{frame}
\frametitle{Sjablonen}
\begin{block}{}
Alle gebruikte sjablonen zijn aangemaakt in het basisdocument. \\
U vindt de sjablonen onder Dia's > indelingen.
\end{block}
\begin{block}{}
Gebruik sjablonen uit de mappen:
\begin{itemize}
\item Dia's > Indelingen > \rured{RU Tekstpagina's}
\item Dia's > Indelingen > \rured{RU Titelpagina's}
\end{itemize}
\end{block}
\footnotetext{Hierna volgen enkele voorbeeldpagina's, de paginatitels zijn gelijk aan de naam van het sjabloon}
\end{frame}
\note{
This slide makes no sense, I guess it's a Powerpoint thing.
}
\section{Voorbeeldslides}
\subsection{Tussenpagina}
\begin{tussenpagina}{Tussenpagina}{Op een tussenpagina mag wel extra beeld toegevoegd worden.}{tussenpaginabackground.jpg}
\end{tussenpagina}
\note{
}
\subsection{Blokken}
\begin{frame}{Titel en object}
\begin{block}{Dit is een tussenkop}
Rectiatem sunto bla velesti berestrupta conseria quam quae commo et eaquam quo dolent omnistis estion cuptatet duciendae dolorunt ipit, omnimus trumqui ommolor simporuntium fugit eicatem quis autem eatemquiam nissum eatum facerit inciis voluptas quae aut et es dellab ipsum, ium alis aboriandunt ea sinverios sequo ea consedi psapid.
\end{block}
\begin{block}{}
Een opsomming:
\begin{itemize}
\item que volore non etur aut laborum, te repudam, sus es acerrov itatest omnitatur, ea vid qui tempore re, alique.
\begin{itemize}
\item Am restibusam nihillor
\item Alias ne officati officate
\item Sequae dollitate porat vitatem
\end{itemize}
\end{itemize}
\end{block}
\end{frame}
\note{
}
\begin{frame}{Twee objecten}
\begin{columns}[T,totalwidth=\linewidth]
\begin{column}{0.475\textwidth}
\begin{block}{Dit sjabloon kunt u gebruiken voor twee tekstkolommen}
Berestrupta conseria quam quae commo et eaquam quo dolent omnistis estion cuptatet duciendae ommolor simporuntium fugit eicatem quis autem eatemquiam nissum eatum facerit inciis voluptas quae
aut et es dellab ipsum, ium alis aboriandunt ea sinverios sequo ea consedi psapid molore autestium dio el in pelibea rcimustio esectae moluption reriam.
\end{block}
\end{column}
\begin{column}{0.475\textwidth}
\begin{block}{}
Am restibusam nihillor alias ne officati officate numet, quiate autem rerro ipsam, sequae dollitate porat vitatem litatiaestis acesequid et ut moluptas dolorum voluptat a poruntibus imillaut fugia velitatempor.
\end{block}
\begin{block}{}
Magniscil illuptibus moleceria cumquis doluptu saerro in coresto volorecesse modit qui omnima volluptur, quo magnia coratis dus et faccae non plibusant. Ugit voluptatio eseria possimaio opturitatur.
\end{block}
\end{column}
\end{columns}
\end{frame}
\note{
}
\begin{frame}{Twee objecten}
\begin{columns}[T,totalwidth=\linewidth]
\begin{column}{0.475\textwidth}
\begin{block}{Maar ook voor een tekstkolom en een afbeelding}
Rectiatem sunto bla velesti berestrupta conseria quam quae omnistis estion cuptatet duciendae ommolor simporuntium fugit eicatem quis autem eatemquiam nissum eatum facerit inciis voluptas quae
aut et es dellab ipsum, ium alis aboriandunt ea sinverios sequo ea consedi psapid molore autestium dio el in pelibea rcimustio esectae moluption reriam.
\end{block}
\end{column}
\begin{column}{0.475\textwidth}
\includegraphics[width=\textwidth]{image.png}
\end{column}
\end{columns}
\end{frame}
\note{}
\begin{frame}{Vergelijking}
\begin{columns}[T,totalwidth=\linewidth]
\begin{column}{0.5\textwidth}
\begin{block}{Sapienis simet esto ugit voluptatio eseria possimaio opturitatur}
\begin{itemize}
\item Nem aut aut ipsa nest volo doluptat vendelique nimus simossi.
\item Magnihi cimaios descidist verum, con rere que molenis adipsus apisin repressunt atibuscipsum.
\item Velibust praestiore natur, coresed que que dolut raturer roreperciae veribus num voloreiciet arum que.
\item Quatemped unt la dolores sequodi gnataes dictibus estrunt iorers pedia de pelluptae.
\end{itemize}
\end{block}
\end{column}
\begin{column}{0.5\textwidth}
\begin{block}{Imus acerita dis quasper lita tiaestis acesequid et ut moluptas}
\begin{itemize}
\item Quisqui aut aut volutem quam quo tet, quam iliquiatqui conseque dita
\item Aut harum ipsam vid untia ne dolupta corum de qui.
\item Aut qui ut utet everrum quatur sunto ea sunt lam que sae lit aut volupta turerum exeri.
\item Dolorit odi utemqui coris magnatus experfe rionsequam rera vel mil maiorupta serae dolupiet ius aliciti simagnimodi.
\end{itemize}
\end{block}
\end{column}
\end{columns}
\end{frame}
\note{
If the text of the left column passes the lower bar, you've chosen a departmental style. Yes. The departmental styles use more white space, and can fit less text on a slide. This is on purpose.
}
\begin{frame}
\begin{figure}
\includegraphics[height=0.6\paperheight]{image.png}
\caption{Afbeelding met bijschrift}
\end{figure}
\end{frame}
\note{
I don't really understand why they chose to have a centred text as caption, but I implemented it anyway.
}
\subsection{Tabel}
\begin{frame}\label{sl:vvet}
\frametitle{Voorbeeld van een tabel}
\begin{tabular}{=l +r +r +r +r }
\rowcolor{ruhuisstijlrood}\rowstyle{\color{white}} & Kolom 1 & Kolom 2 & Kolom 3 & Kolom 4 \\
Rij 1 & 101 & 201 & 301 & 401 \\
Rij 2 & 102 & 202 & 302 & 402 \\
Rij 3 & 103 & 203 & 303 & 403 \\
Rij 4 & 104 & 204 & 304 & 404 \\
Rij 5 & 105 & 205 & 305 & 405 \\
\rowstyle{\color{ruhuisstijlrood}}Totaal & 515 & 1015 & 1515 & 2014
\end{tabular}
\end{frame}
\note{
Tables are actually quite tricky. By default the rows are alternately coloured. You can change this behaviour by removing the tablecolours parameter, or setting it to \texttt{tablecolours=false}.
The background colour of a row can be changed with \texttt{rowcolor}, and its foreground colour with \texttt{rowstyle}. Each new tabular instantiation will reset the alternating pattern.
suggest you follow the rules as described by booktabs. One of their main points is that you shouldn't use vertical lines.
For more table wizardry, see my other presentation \href{https://github.com/naiaden/presentations/blob/2b04369db834cdfe90a4e4e3415e90f12bf4be8a/BayesianColibri/baco.tex}{here}.
}
%%%%%%%%%% %%%%%%%%%% %%%%%%%%%% %%%%%%%%%%%%
\renewcommand{\dept}{cls}
\setbeamercolor{title}{fg=ruhuisstijlwit}
\begin{tussenpagina}{Examples}{Tips and Tricks}{tussenpaginabackground.jpg}
\end{tussenpagina}
\note{}
\subsection{De rest}
\begin{frame}{Niet alles blootgeven}
De \pause tekst \pause verschijnt \pause in \pause stukken.\footnote{Voetnoottest.}\footnote{Soms zijn er meerdere voetnoten.}
\begin{itemize}
\item<+-> dit verschijnt pas als ``stukken.'' getoond is
\item<+-> dit verschijnt van de tweede actie tot het einde
\item<+-+> dit verschijnt eenmalig van de derde tot de vierde actie
\item<-+> Dit zal er staan vanaf het begin tot de vijfde actie.
\item<+-> Dit zal er op het einde komen
\end{itemize}
\end{frame}
\note[itemize]{
\item Note that if you toggle the handout parameter for the document class into false, that only each frame has a note. A frame can come up as multiple slides, especially when you incrementally show items on slides.
}
\begin{frame}{Nog een ander voorbeeld met stappen}
Alert kan \alert<+->{ook}
\emph<+->{andere} dingen:
\uncover<+->{ zoals}
\visible<+->{ dit}
\only<+->{ leuke}
trucje
\end{frame}
\note{
}
\begin{frame}{Hebban olla vogala nestas hagunnan hinase hic anda thu?}
\begin{itemize}
\item Wat unbidan we nu
\begin{itemize}
\item Habent omnes uolucres nidos inceptos nisi ego et tu. Quid expectamus nunc.
\begin{itemize}
\item Have all birds begun nests, except me and you, what are we waiting for?
\item Es haben alle V\"ogel Nester begonnen, nicht aber ich und du, was wartet Ihr nun?
\end{itemize}
\end{itemize}
\item De tekst, die werd geschreven door een West-Vlaamse kopiist,
\item dateert naar schatting uit het derde kwart van de 11e eeuw.
\item De eerste twee zinnen zijn in het Latijn.
\item De taal waarin de rest van de tekst geschreven is wordt door de meeste taalkundigen als Oud-Westnederfrankisch aangeduid
\item maar hierover bestaat nog controverse.
\end{itemize}
\end{frame}
\note{Nesting}
\begin{frame}{Hier tellen we mee}
Eerst maar eens de kantlijn bepalen.
\begin{enumerate}
\item Tel je mee?
\item De tweede
\item Drie!
\begin{enumerate}
\item Drie-en-een-beetje
\item Drie-en-half
\item \label{haha} Twee ei is geen ei
\end{enumerate}
\item Vier!!!!!
\end{enumerate}
H\'e, \ref{haha} hoort daar helemaal niet.
\begin{description}
\item[Een item] Ook de description maar even testen met een veel-te-lange regel om te kijken wat er dan gebeurt.
\item[Mag] ook kort zijn uiteraard.
\item[Maar wat nu als] het label van zichzelf wel erg lang is?
\end{description}
\end{frame}
\note{
Use \texttt{label} and \texttt{ref} to refer to labels. If you want to refer to slides, I would suggest using the package \texttt{cleveref}, and \texttt{cpageref}.
}
\begin{frame}{Opsommingen enzo}
Eerst even wat normale tekst om de kantlijn te bepalen.
\begin{itemize}
\item[$\star$] Item 0
\item Dit is item 1
\begin{itemize}
\item Dit is een ander item 1.1
\item[$\Gamma$] Een \emph{custom} item 1.2
\begin{itemize}
\item $\alpha \beta \gamma$
\item Maak deze regel dan maar gewoon lekker lang om te zien hoe de indentatie is.
\end{itemize}
\end{itemize}
\item Item 2 dan maar
\end{itemize}
\begin{enumerate}
\item First item
\begin{enumerate}
\item Nested.
\end{enumerate}
\end{enumerate}
\end{frame}
\note{
Testing custom list markers, and nesting of different types of lists.
}
\begin{frame}{Ander soort van opsomming}
\[ a+b=4 \]
\begin{equation}
\begin{split}
a = 2 \\
b = 2
\end{split}
\end{equation}
\end{frame}
\note{}
\begin{frame}{Tips}
\begin{block}{Handout}
Als je in de preamble \texttt{handout} als optie aan de documentclass \texttt{beamerruhuisstijl} meegeeft, dan maakt hij per slide 1 pagina aan. Ook al gebruik je overlays en stapsgewijze opsommingen.
\end{block}
\begin{block}{Inhoudsopgave per sectie}
Als je superveel te vertellen hebt, maak dan een slide aan met een inhoudsopgave van het hoofdstuk wat je op dat moment gaat beginnen met \texttt{\textbackslash tableofcontents[currentsection]}
\end{block}
\begin{block}{Notities voor op het tweede scherm}
Net als de presenter view van PowerPoint, kun je met \texttt{beamer} ook notities maken. Zoek in de source code maar op \texttt{\textbackslash note}. Standaard staan ze aan, maar als je na je frame niet aangeeft dat je notes wilt, dan wordt er ook geen pagina voor aangemaakt.
\end{block}
\end{frame}
\note{}
\begin{frame}{De \'echt onoffi\"ele opties}
\begin{block}{Tabellen}
\texttt{tablecolours}: false, true. Als true, dan alterneren de rijen van kleur.
\end{block}
\begin{block}{Titelpagina}
\texttt{showinstitute}: false, true (default = false). Als true dan wordt ook je institute opgenomen op de titelpagina.
\texttt{showdate}: false, true (default = false). Als true dan wordt ook de datum opgenomen op de titelpagina.
\end{block}
\begin{block}{Overzicht}
\texttt{slidenumbers}: none, slide, relative (default = none). Toon slidenummer in voetlijn; relatief is bijvoorbeeld 4/21.
\texttt{alwaysshowauthor}: false, true (default = false). Toon auteur in voetlijn.
\texttt{alwaysshowdate}: false, true (default = false). Toon datum in voetlijn.
\texttt{tocatsectionstart}: false, true (default = false). Begin elke section met een inhoudsopgave met de titel \texttt{tocatsectionstarttitle}.
\end{block}
\end{frame}
\note{}
%%%%%%%%%% %%%%%%%%%% %%%%%%%%%% %%%%%%%%%%%%
\begin{tussenpagina}{Showcase}{All supported styles in one go}{tussenpaginabackground.jpg}
\end{tussenpagina}
\note{}
\renewcommand{\dept}{none}
\setbeamercolor{title}{fg=ruhuisstijlzwart}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Voorbeeld: none}
Radboud University
\end{frame}
\renewcommand{\dept}{cls}
\setbeamercolor{title}{fg=ruhuisstijlwit}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Voorbeeld: CLS}
Centre for Language Studies
\end{frame}
\renewcommand{\dept}{hlcs}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Voorbeeld: HLCS}
Institute for Historical, Literary and Cultural Studies
\end{frame}
\renewcommand{\dept}{clst}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Voorbeeld: CLST}
Centre for Language and Speech Technology
\end{frame}
\renewcommand{\dept}{kaski}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Voorbeeld: Kaski}
Center for Applied Research on Religion
\end{frame}
\renewcommand{\dept}{ster}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Voorbeeld: SteR}
Research Centre for State and Law
\end{frame}
\renewcommand{\dept}{imr}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Voorbeeld: IMR}
Institute for Management Research
\end{frame}
\renewcommand{\dept}{ptrs}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Voorbeeld: PTRS}
Research Institute for Philosophy, Theology and Religious Studies
\end{frame}
\renewcommand{\dept}{icis}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Voorbeeld: iCIS}
Institute for Computing and Information Sciences
\end{frame}
\renewcommand{\dept}{mbsd}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Voorbeeld: MBSD}
iCIS: Model Based System Development
\end{frame}
\renewcommand{\dept}{ds}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Voorbeeld: DS}
iCIS: Digital Security
\end{frame}
\renewcommand{\dept}{is}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Voorbeeld: IS}
iCIS: Intelligent Systems
\end{frame}
\end{document}

View File

@ -0,0 +1,11 @@
\beamer@endinputifotherversion {3.36pt}
\beamer@sectionintoc {1}{Voorwaarden}{7}{0}{1}
\beamer@subsectionintoc {1}{1}{Algemeen}{7}{0}{1}
\beamer@subsectionintoc {1}{2}{Tekstpagina's}{8}{0}{1}
\beamer@sectionintoc {2}{Kleuren}{10}{0}{2}
\beamer@sectionintoc {3}{Sjablonen}{11}{0}{3}
\beamer@sectionintoc {4}{Voorbeeldslides}{12}{0}{4}
\beamer@subsectionintoc {4}{1}{Tussenpagina}{12}{0}{4}
\beamer@subsectionintoc {4}{2}{Blokken}{13}{0}{4}
\beamer@subsectionintoc {4}{3}{Tabel}{18}{0}{4}
\beamer@subsectionintoc {4}{4}{De rest}{20}{0}{4}

86
presentation/seminar.tex Normal file
View File

@ -0,0 +1,86 @@
\documentclass[showdate=true,slidenumbers=slide]{beamerruhuisstijl}
\usepackage{amsmath}
\usepackage[dutch]{babel}
\usefonttheme[onlymath]{serif}
\title{Multi-messenger observations of a flaring Blazar}
\date{\today}
\author{E.T. de Boone}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\note{}
\begin{frame}
\frametitle{Outline}
\tableofcontents[part=1, pausesections]
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Observatories connected
\section{Involved Observatories}
\begin{frame}
\frametitle{Observatories}
\end{frame}
%% Neutrino detectors ( IceCube, ANTARES )
\subsection{Neutrinos}
\begin{frame}
\frametitle{IceCube}
\end{frame}
%% \gamma-ray detectors ( FermiLAT, AGILE )
\subsection{\gamma-rays}
\begin{frame}
\frametitle{FermiLAT}
\end{frame}
\begin{frame}
\frametitle{AGILE}
\end{frame}
%% VHE \gamma-ray detectors ( HESS, MAGIC, HAIC )
\subsection{VHE \gamma-rays}
\begin{frame}
\frametitle{HESS}
\end{frame}
\begin{frame}
\frametitle{Imaging Cherenkov Telescopes}
\begin{list}
\item MAGIC
\item HAIC
\end{list}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Coincidence of the high-energy neutrino
\section{Multi-messenger observation}
\begin{frame}
\frametitle{IceCube-170922A}
muon-track -> muon-neutrino
~290 TeV in neutrino
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Explanation of a Blazar
\section{What is a Blazar?}
\begin{frame}
\frametitle{AGN}
\end{frame}
\end{document}