diff --git a/presentation/ru-huisstijl/backgrounds/ruhuisstijl2014-43-front.pdf b/presentation/ru-huisstijl/backgrounds/ruhuisstijl2014-43-front.pdf new file mode 100644 index 0000000..e9db21d Binary files /dev/null and b/presentation/ru-huisstijl/backgrounds/ruhuisstijl2014-43-front.pdf differ diff --git a/presentation/ru-huisstijl/backgrounds/ruhuisstijl2014-43-slide.pdf b/presentation/ru-huisstijl/backgrounds/ruhuisstijl2014-43-slide.pdf new file mode 100644 index 0000000..72320ee Binary files /dev/null and b/presentation/ru-huisstijl/backgrounds/ruhuisstijl2014-43-slide.pdf differ diff --git a/presentation/ru-huisstijl/beamerruhuisstijl.cls b/presentation/ru-huisstijl/beamerruhuisstijl.cls new file mode 100644 index 0000000..9f46df9 --- /dev/null +++ b/presentation/ru-huisstijl/beamerruhuisstijl.cls @@ -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{ + \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 + +\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 + + + +% 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 diff --git a/presentation/ru-huisstijl/huisstijl.aux b/presentation/ru-huisstijl/huisstijl.aux new file mode 100644 index 0000000..482bcac --- /dev/null +++ b/presentation/ru-huisstijl/huisstijl.aux @@ -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}}} diff --git a/presentation/ru-huisstijl/huisstijl.log b/presentation/ru-huisstijl/huisstijl.log new file mode 100644 index 0000000..ca07217 --- /dev/null +++ b/presentation/ru-huisstijl/huisstijl.log @@ -0,0 +1,2784 @@ +This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) (preloaded format=pdflatex 2017.8.24) 15 DEC 2017 10:56 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**huisstijl.tex +(./huisstijl.tex +LaTeX2e <2016/02/01> +Babel <3.9q> and hyphenation patterns for 81 language(s) loaded. +(./beamerruhuisstijl.cls +Document Class: beamerruhuisstijl 2014/10/07 Beamer template for Radboud Univer +sity corporate style +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamer.cls +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasercs.sty +Package: beamerbasercs 2015/03/08 (rcs-revision 368aa9ba9d38) +) +Document Class: beamer 2015/01/05 3.36 A class for typesetting presentations (r +cs-revision 8a39122e1f63) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemodes.sty +Package: beamerbasemodes 2013/09/03 (rcs-revision 768f2d98ca64) +\beamer@tempbox=\box26 +\beamer@tempcount=\count79 +\c@beamerpauses=\count80 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasedecode.sty +Package: beamerbasedecode 2010/05/01 (rcs-revision efa082c6111d) +\beamer@slideinframe=\count81 +\beamer@minimum=\count82 +) +\beamer@commentbox=\box27 +\beamer@modecount=\count83 +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty +Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO) +Package ifpdf Info: pdfTeX in PDF mode is detected. +) +\headheight=\dimen102 +\headdp=\dimen103 +\footheight=\dimen104 +\sidebarheight=\dimen105 +\beamer@tempdim=\dimen106 +\beamer@finalheight=\dimen107 +\beamer@animht=\dimen108 +\beamer@animdp=\dimen109 +\beamer@animwd=\dimen110 +\beamer@leftmargin=\dimen111 +\beamer@rightmargin=\dimen112 +\beamer@leftsidebar=\dimen113 +\beamer@rightsidebar=\dimen114 +\beamer@boxsize=\dimen115 +\beamer@vboxoffset=\dimen116 +\beamer@descdefault=\dimen117 +\beamer@descriptionwidth=\dimen118 +\beamer@lastskip=\skip41 +\beamer@areabox=\box28 +\beamer@animcurrent=\box29 +\beamer@animshowbox=\box30 +\beamer@sectionbox=\box31 +\beamer@logobox=\box32 +\beamer@linebox=\box33 +\beamer@sectioncount=\count84 +\beamer@subsubsectionmax=\count85 +\beamer@subsectionmax=\count86 +\beamer@sectionmax=\count87 +\beamer@totalheads=\count88 +\beamer@headcounter=\count89 +\beamer@partstartpage=\count90 +\beamer@sectionstartpage=\count91 +\beamer@subsectionstartpage=\count92 +\beamer@animationtempa=\count93 +\beamer@animationtempb=\count94 +\beamer@xpos=\count95 +\beamer@ypos=\count96 +\beamer@showpartnumber=\count97 +\beamer@currentsubsection=\count98 +\beamer@coveringdepth=\count99 +\beamer@sectionadjust=\count100 +\beamer@tocsectionnumber=\count101 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty +Package: beamerbaseoptions 2013/03/10 (rcs-revision 47431932db0d) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks14 +)) +\beamer@paperwidth=\skip42 +\beamer@paperheight=\skip43 + +(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2010/09/12 v5.6 Page Geometry + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty +Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO) +Package ifvtex Info: VTeX not detected. +) +(/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty +Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional +) +\Gm@cnth=\count102 +\Gm@cntv=\count103 +\c@Gm@tempcnt=\count104 +\Gm@bindingoffset=\dimen119 +\Gm@wd@mp=\dimen120 +\Gm@odd@mp=\dimen121 +\Gm@even@mp=\dimen122 +\Gm@layoutwidth=\dimen123 +\Gm@layoutheight=\dimen124 +\Gm@layouthoffset=\dimen125 +\Gm@layoutvoffset=\dimen126 +\Gm@dimlist=\toks15 +) +(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo +File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option) +) +(/usr/local/share/texmf/tex/latex/pgf/basiclayer/pgfcore.sty +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty +Package: graphicx 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2016/01/03 v1.0q Standard LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty +Package: trig 2016/01/03 v1.10 sin cos tan (DPC) +) +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg +File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live +) +Package graphics Info: Driver file: pdftex.def on input line 95. + +(/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def +File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty +Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty +Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO) +) +\Gread@gobject=\count105 +)) +\Gin@req@height=\dimen127 +\Gin@req@width=\dimen128 +) +(/usr/local/share/texmf/tex/latex/pgf/systemlayer/pgfsys.sty +(/usr/local/share/texmf/tex/latex/pgf/utilities/pgfrcs.sty +(/usr/local/share/texmf/tex/generic/pgf/utilities/pgfutil-common.tex +\pgfutil@everybye=\toks16 +\pgfutil@tempdima=\dimen129 +\pgfutil@tempdimb=\dimen130 + +(/usr/local/share/texmf/tex/generic/pgf/utilities/pgfutil-common-lists.tex)) +(/usr/local/share/texmf/tex/generic/pgf/utilities/pgfutil-latex.def +\pgfutil@abb=\box34 + +(/usr/share/texlive/texmf-dist/tex/latex/ms/everyshi.sty +Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS) +)) +(/usr/local/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex +Package: pgfrcs 2015/08/07 v3.0.1 (rcs-revision 1.31) +)) +(/usr/local/share/texmf/tex/generic/pgf/systemlayer/pgfsys.code.tex +Package: pgfsys 2014/07/09 v3.0.1 (rcs-revision 1.48) + +(/usr/local/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex +\pgfkeys@pathtoks=\toks17 +\pgfkeys@temptoks=\toks18 + +(/usr/local/share/texmf/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex +\pgfkeys@tmptoks=\toks19 +)) +\pgf@x=\dimen131 +\pgf@y=\dimen132 +\pgf@xa=\dimen133 +\pgf@ya=\dimen134 +\pgf@xb=\dimen135 +\pgf@yb=\dimen136 +\pgf@xc=\dimen137 +\pgf@yc=\dimen138 +\w@pgf@writea=\write3 +\r@pgf@reada=\read1 +\c@pgf@counta=\count106 +\c@pgf@countb=\count107 +\c@pgf@countc=\count108 +\c@pgf@countd=\count109 +\t@pgf@toka=\toks20 +\t@pgf@tokb=\toks21 +\t@pgf@tokc=\toks22 + +(/usr/local/share/texmf/tex/generic/pgf/systemlayer/pgf.cfg +File: pgf.cfg 2008/05/14 (rcs-revision 1.7) +) +Driver file for pgf: pgfsys-pdftex.def + +(/usr/local/share/texmf/tex/generic/pgf/systemlayer/pgfsys-pdftex.def +File: pgfsys-pdftex.def 2014/10/11 (rcs-revision 1.35) + +(/usr/local/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def +File: pgfsys-common-pdf.def 2013/10/10 (rcs-revision 1.13) +))) +(/usr/local/share/texmf/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex +File: pgfsyssoftpath.code.tex 2013/09/09 (rcs-revision 1.9) +\pgfsyssoftpath@smallbuffer@items=\count110 +\pgfsyssoftpath@bigbuffer@items=\count111 +) +(/usr/local/share/texmf/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex +File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4) +)) +(/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty +Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK) + +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg +File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive +) +Package xcolor Info: Driver file: pdftex.def on input line 225. + +(/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty +Package: colortbl 2012/02/13 v1.0a Color table columns (DPC) + +(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty +Package: array 2014/10/28 v2.4c Tabular extension package (FMi) +\col@sep=\dimen139 +\extrarowheight=\dimen140 +\NC@list=\toks23 +\extratabsurround=\skip44 +\backup@length=\skip45 +) +\everycr=\toks24 +\minrowclearance=\skip46 +) +\rownum=\count112 +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337. +Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341. +Package xcolor Info: Model `RGB' extended on input line 1353. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360. +) +(/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcore.code.tex +Package: pgfcore 2010/04/11 v3.0.1 (rcs-revision 1.7) + +(/usr/local/share/texmf/tex/generic/pgf/math/pgfmath.code.tex +(/usr/local/share/texmf/tex/generic/pgf/math/pgfmathcalc.code.tex +(/usr/local/share/texmf/tex/generic/pgf/math/pgfmathutil.code.tex) +(/usr/local/share/texmf/tex/generic/pgf/math/pgfmathparser.code.tex +\pgfmath@dimen=\dimen141 +\pgfmath@count=\count113 +\pgfmath@box=\box35 +\pgfmath@toks=\toks25 +\pgfmath@stack@operand=\toks26 +\pgfmath@stack@operation=\toks27 +) +(/usr/local/share/texmf/tex/generic/pgf/math/pgfmathfunctions.code.tex +(/usr/local/share/texmf/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex) +(/usr/local/share/texmf/tex/generic/pgf/math/pgfmathfunctions.trigonometric.cod +e.tex) +(/usr/local/share/texmf/tex/generic/pgf/math/pgfmathfunctions.random.code.tex) +(/usr/local/share/texmf/tex/generic/pgf/math/pgfmathfunctions.comparison.code.t +ex) (/usr/local/share/texmf/tex/generic/pgf/math/pgfmathfunctions.base.code.tex +) (/usr/local/share/texmf/tex/generic/pgf/math/pgfmathfunctions.round.code.tex) +(/usr/local/share/texmf/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex) +(/usr/local/share/texmf/tex/generic/pgf/math/pgfmathfunctions.integerarithmetic +s.code.tex))) +(/usr/local/share/texmf/tex/generic/pgf/math/pgfmathfloat.code.tex +\c@pgfmathroundto@lastzeros=\count114 +)) +(/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex +File: pgfcorepoints.code.tex 2013/10/07 (rcs-revision 1.27) +\pgf@picminx=\dimen142 +\pgf@picmaxx=\dimen143 +\pgf@picminy=\dimen144 +\pgf@picmaxy=\dimen145 +\pgf@pathminx=\dimen146 +\pgf@pathmaxx=\dimen147 +\pgf@pathminy=\dimen148 +\pgf@pathmaxy=\dimen149 +\pgf@xx=\dimen150 +\pgf@xy=\dimen151 +\pgf@yx=\dimen152 +\pgf@yy=\dimen153 +\pgf@zx=\dimen154 +\pgf@zy=\dimen155 +) +(/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.te +x +File: pgfcorepathconstruct.code.tex 2013/10/07 (rcs-revision 1.29) +\pgf@path@lastx=\dimen156 +\pgf@path@lasty=\dimen157 +) (/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex +File: pgfcorepathusage.code.tex 2014/11/02 (rcs-revision 1.24) +\pgf@shorten@end@additional=\dimen158 +\pgf@shorten@start@additional=\dimen159 +) (/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex +File: pgfcorescopes.code.tex 2015/05/08 (rcs-revision 1.46) +\pgfpic=\box36 +\pgf@hbox=\box37 +\pgf@layerbox@main=\box38 +\pgf@picture@serial@count=\count115 +) +(/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex +File: pgfcoregraphicstate.code.tex 2014/11/02 (rcs-revision 1.12) +\pgflinewidth=\dimen160 +) +(/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransformations.code. +tex +File: pgfcoretransformations.code.tex 2015/08/07 (rcs-revision 1.20) +\pgf@pt@x=\dimen161 +\pgf@pt@y=\dimen162 +\pgf@pt@temp=\dimen163 +) (/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcorequick.code.tex +File: pgfcorequick.code.tex 2008/10/09 (rcs-revision 1.3) +) +(/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex +File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2) +) +(/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.t +ex +File: pgfcorepathprocessing.code.tex 2013/09/09 (rcs-revision 1.9) +) (/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex +File: pgfcorearrows.code.tex 2015/05/14 (rcs-revision 1.43) +\pgfarrowsep=\dimen164 +) +(/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex +File: pgfcoreshade.code.tex 2013/07/15 (rcs-revision 1.15) +\pgf@max=\dimen165 +\pgf@sys@shading@range@num=\count116 +) +(/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex +File: pgfcoreimage.code.tex 2013/07/15 (rcs-revision 1.18) + +(/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex +File: pgfcoreexternal.code.tex 2014/07/09 (rcs-revision 1.21) +\pgfexternal@startupbox=\box39 +)) +(/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex +File: pgfcorelayers.code.tex 2013/07/18 (rcs-revision 1.7) +) +(/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex +File: pgfcoretransparency.code.tex 2013/09/30 (rcs-revision 1.5) +) (/usr/local/share/texmf/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex +File: pgfcorepatterns.code.tex 2013/11/07 (rcs-revision 1.5) +))) (/usr/local/share/texmf/tex/latex/pgf/utilities/xxcolor.sty +Package: xxcolor 2003/10/24 ver 0.1 +\XC@nummixins=\count117 +\XC@countmixins=\count118 +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/atbegshi.sty +Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty +Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty +Package: hobsub-hyperref 2012/05/28 v1.13 Bundle oberdiek, subset hyperref (HO) + + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty +Package: hobsub-generic 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO) +Package: hobsub 2012/05/28 v1.13 Construct package bundles (HO) +Package hobsub Info: Skipping package `infwarerr' (already loaded). +Package hobsub Info: Skipping package `ltxcmds' (already loaded). +Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO) +Package ifluatex Info: LuaTeX not detected. +Package hobsub Info: Skipping package `ifvtex' (already loaded). +Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO) +Package hobsub Info: Skipping package `ifpdf' (already loaded). +Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO) +Package etexcmds Info: Could not find \expanded. +(etexcmds) That can mean that you are not using pdfTeX 1.50 or +(etexcmds) that some package has redefined \expanded. +(etexcmds) In the latter case, load this package earlier. +Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO) +Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO) +Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO +) +Package pdftexcmds Info: LuaTeX not detected. +Package pdftexcmds Info: \pdf@primitive is available. +Package pdftexcmds Info: \pdf@ifprimitive is available. +Package pdftexcmds Info: \pdfdraftmode found. +Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO) +Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO +) +Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO) +Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO) +) +Package hobsub Info: Skipping package `hobsub' (already loaded). +Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO) +Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO) +Package: xcolor-patch 2011/01/30 xcolor patch +Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO) +Package atveryend Info: \enddocument detected (standard20110627). +Package hobsub Info: Skipping package `atbegshi' (already loaded). +Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO) +Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty +Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty +Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO) +) +\@linkdim=\dimen166 +\Hy@linkcounter=\count119 +\Hy@pagecounter=\count120 + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def +File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO) +) +\Hy@SavedSpaceFactor=\count121 + +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg +File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive +) +Package hyperref Info: Option `bookmarks' set `true' on input line 4319. +Package hyperref Info: Option `bookmarksopen' set `true' on input line 4319. +Package hyperref Info: Option `implicit' set `false' on input line 4319. +Package hyperref Info: Hyper figures OFF on input line 4443. +Package hyperref Info: Link nesting OFF on input line 4448. +Package hyperref Info: Hyper index ON on input line 4451. +Package hyperref Info: Plain pages OFF on input line 4458. +Package hyperref Info: Backreferencing OFF on input line 4463. +Package hyperref Info: Implicit mode OFF; no redefinition of LaTeX internals. +Package hyperref Info: Bookmarks ON on input line 4688. +\c@Hy@tempcnt=\count122 + +(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty +\Urlmuskip=\muskip10 +Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) +LaTeX Info: Redefining \url on input line 5041. +\XeTeXLinkMargin=\dimen167 +\Fld@menulength=\count123 +\Field@Width=\dimen168 +\Fld@charsize=\dimen169 +Package hyperref Info: Hyper figures OFF on input line 6295. +Package hyperref Info: Link nesting OFF on input line 6300. +Package hyperref Info: Hyper index ON on input line 6303. +Package hyperref Info: backreferencing OFF on input line 6310. +Package hyperref Info: Link coloring OFF on input line 6315. +Package hyperref Info: Link coloring with OCG OFF on input line 6320. +Package hyperref Info: PDF/A mode OFF on input line 6325. +LaTeX Info: Redefining \ref on input line 6365. +LaTeX Info: Redefining \pageref on input line 6369. +\Hy@abspage=\count124 + + +Package hyperref Message: Stopped early. + +) + +Package hyperref Message: Driver (autodetected): hpdftex. + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def +File: hpdftex.def 2012/11/06 v6.83m Hyperref driver for pdfTeX +\Fld@listcount=\count125 +\c@bookmark@seq@number=\count126 + +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty +Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO) +Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2 +82. +)) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaserequires.sty +Package: beamerbaserequires 2010/05/01 (rcs-revision efa082c6111d) + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty +Package: beamerbasecompatibility 2012/05/01 (rcs-revision 67c48b3b652d) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasefont.sty +Package: beamerbasefont 2015/01/05 (rcs-revision b4b4bee242e2) + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\@emptytoks=\toks28 +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +)) +(/usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty +Package: sansmathaccent 2013/03/28 + +(/usr/share/texlive/texmf-dist/tex/latex/filehook/filehook.sty +Package: filehook 2011/10/12 v0.5d Hooks for input files +))) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty +Package: beamerbasetranslator 2010/06/11 (rcs-revision 85fd1cc7fc42) + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/translator.sty +Package: translator 2010/06/12 ver 1.10 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/translator-language- +mappings.tex))) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemisc.sty +Package: beamerbasemisc 2013/09/03 (rcs-revision a55719c41d85) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty +Package: beamerbasetwoscreens 2010/05/01 (rcs-revision efa082c6111d) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty +Package: beamerbaseoverlay 2013/12/25 (rcs-revision f6bd5e3805da) +\beamer@argscount=\count127 +\beamer@lastskipcover=\skip47 +\beamer@trivlistdepth=\count128 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetitle.sty +Package: beamerbasetitle 2010/09/21 (rcs-revision f0446ed0b6ae) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasesection.sty +Package: beamerbasesection 2013/06/07 (rcs-revision 60b9fe0f342f) +\c@lecture=\count129 +\c@part=\count130 +\c@section=\count131 +\c@subsection=\count132 +\c@subsubsection=\count133 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframe.sty +Package: beamerbaseframe 2014/02/20 (rcs-revision 4b8ceeeff434) +\beamer@framebox=\box40 +\beamer@frametitlebox=\box41 +\beamer@zoombox=\box42 +\beamer@zoomcount=\count134 +\beamer@zoomframecount=\count135 +\beamer@frametextheight=\dimen170 +\c@subsectionslide=\count136 +\beamer@frametopskip=\skip48 +\beamer@framebottomskip=\skip49 +\beamer@frametopskipautobreak=\skip50 +\beamer@framebottomskipautobreak=\skip51 +\beamer@envbody=\toks29 +\framewidth=\dimen171 +\c@framenumber=\count137 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty +Package: beamerbaseverbatim 2015/01/05 (rcs-revision 431510bb5890) +\beamer@verbatimfileout=\write4 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframesize.sty +Package: beamerbaseframesize 2011/09/12 (rcs-revision 70f9d8411e54) +\beamer@splitbox=\box43 +\beamer@autobreakcount=\count138 +\beamer@autobreaklastheight=\dimen172 +\beamer@frametitletoks=\toks30 +\beamer@framesubtitletoks=\toks31 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty +Package: beamerbaseframecomponents 2013/10/18 (rcs-revision 5cf6c5555a45) +\beamer@footins=\box44 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasecolor.sty +Package: beamerbasecolor 2015/02/21 (rcs-revision d944b04ee2d5) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasenotes.sty +Package: beamerbasenotes 2012/12/19 (rcs-revision 1686da3db3c9) +\beamer@frameboxcopy=\box45 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetoc.sty +Package: beamerbasetoc 2015/03/08 (rcs-revision 7270298bbaae) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetemplates.sty +Package: beamerbasetemplates 2010/05/01 (rcs-revision efa082c6111d) +\beamer@sbttoks=\toks32 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty +Package: beamerbaseauxtemplates 2014/06/30 (rcs-revision 580088513a67) + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseboxes.sty +Package: beamerbaseboxes 2012/05/13 (rcs-revision 56972908a390) +\bmb@box=\box46 +\bmb@colorbox=\box47 +\bmb@boxshadow=\box48 +\bmb@boxshadowball=\box49 +\bmb@boxshadowballlarge=\box50 +\bmb@temp=\dimen173 +\bmb@dima=\dimen174 +\bmb@dimb=\dimen175 +\bmb@prevheight=\dimen176 +) +\beamer@blockheadheight=\dimen177 +)) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty +Package: beamerbaselocalstructure 2014/09/10 (rcs-revision 393f6dcff371) + +(/usr/share/texlive/texmf-dist/tex/latex/tools/enumerate.sty +Package: enumerate 2015/07/23 v3.00 enumerate extensions (DPC) +\@enLab=\toks33 +) +\c@figure=\count139 +\c@table=\count140 +\abovecaptionskip=\skip52 +\belowcaptionskip=\skip53 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty +Package: beamerbasenavigation 2015/02/27 (rcs-revision 923f4bf87efa) +\beamer@section@min@dim=\dimen178 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetheorems.sty +Package: beamerbasetheorems 2010/06/06 (rcs-revision 7e7cc5e53e9d) + +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2016/03/03 v2.15a AMS math features +\@mathmargin=\skip54 + +For additional information on amsmath, use the `?' option. +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 AMS text + +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks34 +\ex@=\dimen179 +)) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen180 +) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 1999/12/14 v2.01 operator names +) +\inf@bad=\count141 +LaTeX Info: Redefining \frac on input line 199. +\uproot@=\count142 +\leftroot@=\count143 +LaTeX Info: Redefining \overline on input line 297. +\classnum@=\count144 +\DOTSCASE@=\count145 +LaTeX Info: Redefining \ldots on input line 394. +LaTeX Info: Redefining \dots on input line 397. +LaTeX Info: Redefining \cdots on input line 518. +\Mathstrutbox@=\box51 +\strutbox@=\box52 +\big@size=\dimen181 +LaTeX Font Info: Redeclaring font encoding OML on input line 630. +LaTeX Font Info: Redeclaring font encoding OMS on input line 631. +\macc@depth=\count146 +\c@MaxMatrixCols=\count147 +\dotsspace@=\muskip11 +\c@parentequation=\count148 +\dspbrk@lvl=\count149 +\tag@help=\toks35 +\row@=\count150 +\column@=\count151 +\maxfields@=\count152 +\andhelp@=\toks36 +\eqnshift@=\dimen182 +\alignsep@=\dimen183 +\tagshift@=\dimen184 +\tagwidth@=\dimen185 +\totwidth@=\dimen186 +\lineht@=\dimen187 +\@envbody=\toks37 +\multlinegap=\skip55 +\multlinetaggap=\skip56 +\mathdisplay@stack=\toks38 +LaTeX Info: Redefining \[ on input line 2735. +LaTeX Info: Redefining \] on input line 2736. +) +(/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty +Package: amsthm 2015/03/04 v2.20.2 +\thm@style=\toks39 +\thm@bodyfont=\toks40 +\thm@headfont=\toks41 +\thm@notefont=\toks42 +\thm@headpunct=\toks43 +\thm@preskip=\skip57 +\thm@postskip=\skip58 +\thm@headsep=\skip59 +\dth@everypar=\toks44 +) +\c@theorem=\count153 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasethemes.sty +Package: beamerbasethemes 2010/05/01 (rcs-revision efa082c6111d) +)) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/theme/beamerthemedefault +.sty +Package: beamerthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae) + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemedefa +ult.sty +Package: beamerfontthemedefault 2012/12/19 (rcs-revision 1686da3db3c9) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemede +fault.sty +Package: beamercolorthemedefault 2012/12/19 (rcs-revision 1686da3db3c9) +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemede +fault.sty +Package: beamerinnerthemedefault 2014/06/30 (rcs-revision 580088513a67) +\beamer@dima=\dimen188 +\beamer@dimb=\dimen189 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemede +fault.sty +Package: beamerouterthemedefault 2012/12/19 (rcs-revision 1686da3db3c9) +))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2015/03/17 v1.2c Input encoding file +\inpenc@prehook=\toks45 +\inpenc@posthook=\toks46 + +(/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def +File: utf8.def 2015/12/03 v1.1r UTF-8 support for inputenc +Now handling font encoding OML ... +... no UTF-8 mapping file for font encoding OML +Now handling font encoding T1 ... +... processing UTF-8 mapping file for font encoding T1 + +(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu +File: t1enc.dfu 2015/12/03 v1.1r UTF-8 support for inputenc + defining Unicode char U+00A0 (decimal 160) + defining Unicode char U+00A1 (decimal 161) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00AB (decimal 171) + defining Unicode char U+00AD (decimal 173) + defining Unicode char U+00BB (decimal 187) + defining Unicode char U+00BF (decimal 191) + defining Unicode char U+00C0 (decimal 192) + defining Unicode char U+00C1 (decimal 193) + defining Unicode char U+00C2 (decimal 194) + defining Unicode char U+00C3 (decimal 195) + defining Unicode char U+00C4 (decimal 196) + defining Unicode char U+00C5 (decimal 197) + defining Unicode char U+00C6 (decimal 198) + defining Unicode char U+00C7 (decimal 199) + defining Unicode char U+00C8 (decimal 200) + defining Unicode char U+00C9 (decimal 201) + defining Unicode char U+00CA (decimal 202) + defining Unicode char U+00CB (decimal 203) + defining Unicode char U+00CC (decimal 204) + defining Unicode char U+00CD (decimal 205) + defining Unicode char U+00CE (decimal 206) + defining Unicode char U+00CF (decimal 207) + defining Unicode char U+00D0 (decimal 208) + defining Unicode char U+00D1 (decimal 209) + defining Unicode char U+00D2 (decimal 210) + defining Unicode char U+00D3 (decimal 211) + defining Unicode char U+00D4 (decimal 212) + defining Unicode char U+00D5 (decimal 213) + defining Unicode char U+00D6 (decimal 214) + defining Unicode char U+00D8 (decimal 216) + defining Unicode char U+00D9 (decimal 217) + defining Unicode char U+00DA (decimal 218) + defining Unicode char U+00DB (decimal 219) + defining Unicode char U+00DC (decimal 220) + defining Unicode char U+00DD (decimal 221) + defining Unicode char U+00DE (decimal 222) + defining Unicode char U+00DF (decimal 223) + defining Unicode char U+00E0 (decimal 224) + defining Unicode char U+00E1 (decimal 225) + defining Unicode char U+00E2 (decimal 226) + defining Unicode char U+00E3 (decimal 227) + defining Unicode char U+00E4 (decimal 228) + defining Unicode char U+00E5 (decimal 229) + defining Unicode char U+00E6 (decimal 230) + defining Unicode char U+00E7 (decimal 231) + defining Unicode char U+00E8 (decimal 232) + defining Unicode char U+00E9 (decimal 233) + defining Unicode char U+00EA (decimal 234) + defining Unicode char U+00EB (decimal 235) + defining Unicode char U+00EC (decimal 236) + defining Unicode char U+00ED (decimal 237) + defining Unicode char U+00EE (decimal 238) + defining Unicode char U+00EF (decimal 239) + defining Unicode char U+00F0 (decimal 240) + defining Unicode char U+00F1 (decimal 241) + defining Unicode char U+00F2 (decimal 242) + defining Unicode char U+00F3 (decimal 243) + defining Unicode char U+00F4 (decimal 244) + defining Unicode char U+00F5 (decimal 245) + defining Unicode char U+00F6 (decimal 246) + defining Unicode char U+00F8 (decimal 248) + defining Unicode char U+00F9 (decimal 249) + defining Unicode char U+00FA (decimal 250) + defining Unicode char U+00FB (decimal 251) + defining Unicode char U+00FC (decimal 252) + defining Unicode char U+00FD (decimal 253) + defining Unicode char U+00FE (decimal 254) + defining Unicode char U+00FF (decimal 255) + defining Unicode char U+0100 (decimal 256) + defining Unicode char U+0101 (decimal 257) + defining Unicode char U+0102 (decimal 258) + defining Unicode char U+0103 (decimal 259) + defining Unicode char U+0104 (decimal 260) + defining Unicode char U+0105 (decimal 261) + defining Unicode char U+0106 (decimal 262) + defining Unicode char U+0107 (decimal 263) + defining Unicode char U+0108 (decimal 264) + defining Unicode char U+0109 (decimal 265) + defining Unicode char U+010A (decimal 266) + defining Unicode char U+010B (decimal 267) + defining Unicode char U+010C (decimal 268) + defining Unicode char U+010D (decimal 269) + defining Unicode char U+010E (decimal 270) + defining Unicode char U+010F (decimal 271) + defining Unicode char U+0110 (decimal 272) + defining Unicode char U+0111 (decimal 273) + defining Unicode char U+0112 (decimal 274) + defining Unicode char U+0113 (decimal 275) + defining Unicode char U+0114 (decimal 276) + defining Unicode char U+0115 (decimal 277) + defining Unicode char U+0116 (decimal 278) + defining Unicode char U+0117 (decimal 279) + defining Unicode char U+0118 (decimal 280) + defining Unicode char U+0119 (decimal 281) + defining Unicode char U+011A (decimal 282) + defining Unicode char U+011B (decimal 283) + defining Unicode char U+011C (decimal 284) + defining Unicode char U+011D (decimal 285) + defining Unicode char U+011E (decimal 286) + defining Unicode char U+011F (decimal 287) + defining Unicode char U+0120 (decimal 288) + defining Unicode char U+0121 (decimal 289) + defining Unicode char U+0122 (decimal 290) + defining Unicode char U+0123 (decimal 291) + defining Unicode char U+0124 (decimal 292) + defining Unicode char U+0125 (decimal 293) + defining Unicode char U+0128 (decimal 296) + defining Unicode char U+0129 (decimal 297) + defining Unicode char U+012A (decimal 298) + defining Unicode char U+012B (decimal 299) + defining Unicode char U+012C (decimal 300) + defining Unicode char U+012D (decimal 301) + defining Unicode char U+012E (decimal 302) + defining Unicode char U+012F (decimal 303) + defining Unicode char U+0130 (decimal 304) + defining Unicode char U+0131 (decimal 305) + defining Unicode char U+0132 (decimal 306) + defining Unicode char U+0133 (decimal 307) + defining Unicode char U+0134 (decimal 308) + defining Unicode char U+0135 (decimal 309) + defining Unicode char U+0136 (decimal 310) + defining Unicode char U+0137 (decimal 311) + defining Unicode char U+0139 (decimal 313) + defining Unicode char U+013A (decimal 314) + defining Unicode char U+013B (decimal 315) + defining Unicode char U+013C (decimal 316) + defining Unicode char U+013D (decimal 317) + defining Unicode char U+013E (decimal 318) + defining Unicode char U+0141 (decimal 321) + defining Unicode char U+0142 (decimal 322) + defining Unicode char U+0143 (decimal 323) + defining Unicode char U+0144 (decimal 324) + defining Unicode char U+0145 (decimal 325) + defining Unicode char U+0146 (decimal 326) + defining Unicode char U+0147 (decimal 327) + defining Unicode char U+0148 (decimal 328) + defining Unicode char U+014A (decimal 330) + defining Unicode char U+014B (decimal 331) + defining Unicode char U+014C (decimal 332) + defining Unicode char U+014D (decimal 333) + defining Unicode char U+014E (decimal 334) + defining Unicode char U+014F (decimal 335) + defining Unicode char U+0150 (decimal 336) + defining Unicode char U+0151 (decimal 337) + defining Unicode char U+0152 (decimal 338) + defining Unicode char U+0153 (decimal 339) + defining Unicode char U+0154 (decimal 340) + defining Unicode char U+0155 (decimal 341) + defining Unicode char U+0156 (decimal 342) + defining Unicode char U+0157 (decimal 343) + defining Unicode char U+0158 (decimal 344) + defining Unicode char U+0159 (decimal 345) + defining Unicode char U+015A (decimal 346) + defining Unicode char U+015B (decimal 347) + defining Unicode char U+015C (decimal 348) + defining Unicode char U+015D (decimal 349) + defining Unicode char U+015E (decimal 350) + defining Unicode char U+015F (decimal 351) + defining Unicode char U+0160 (decimal 352) + defining Unicode char U+0161 (decimal 353) + defining Unicode char U+0162 (decimal 354) + defining Unicode char U+0163 (decimal 355) + defining Unicode char U+0164 (decimal 356) + defining Unicode char U+0165 (decimal 357) + defining Unicode char U+0168 (decimal 360) + defining Unicode char U+0169 (decimal 361) + defining Unicode char U+016A (decimal 362) + defining Unicode char U+016B (decimal 363) + defining Unicode char U+016C (decimal 364) + defining Unicode char U+016D (decimal 365) + defining Unicode char U+016E (decimal 366) + defining Unicode char U+016F (decimal 367) + defining Unicode char U+0170 (decimal 368) + defining Unicode char U+0171 (decimal 369) + defining Unicode char U+0172 (decimal 370) + defining Unicode char U+0173 (decimal 371) + defining Unicode char U+0174 (decimal 372) + defining Unicode char U+0175 (decimal 373) + defining Unicode char U+0176 (decimal 374) + defining Unicode char U+0177 (decimal 375) + defining Unicode char U+0178 (decimal 376) + defining Unicode char U+0179 (decimal 377) + defining Unicode char U+017A (decimal 378) + defining Unicode char U+017B (decimal 379) + defining Unicode char U+017C (decimal 380) + defining Unicode char U+017D (decimal 381) + defining Unicode char U+017E (decimal 382) + defining Unicode char U+01CD (decimal 461) + defining Unicode char U+01CE (decimal 462) + defining Unicode char U+01CF (decimal 463) + defining Unicode char U+01D0 (decimal 464) + defining Unicode char U+01D1 (decimal 465) + defining Unicode char U+01D2 (decimal 466) + defining Unicode char U+01D3 (decimal 467) + defining Unicode char U+01D4 (decimal 468) + defining Unicode char U+01E2 (decimal 482) + defining Unicode char U+01E3 (decimal 483) + defining Unicode char U+01E6 (decimal 486) + defining Unicode char U+01E7 (decimal 487) + defining Unicode char U+01E8 (decimal 488) + defining Unicode char U+01E9 (decimal 489) + defining Unicode char U+01EA (decimal 490) + defining Unicode char U+01EB (decimal 491) + defining Unicode char U+01F0 (decimal 496) + defining Unicode char U+01F4 (decimal 500) + defining Unicode char U+01F5 (decimal 501) + defining Unicode char U+0218 (decimal 536) + defining Unicode char U+0219 (decimal 537) + defining Unicode char U+021A (decimal 538) + defining Unicode char U+021B (decimal 539) + defining Unicode char U+01E02 (decimal 7682) + defining Unicode char U+01E03 (decimal 7683) + defining Unicode char U+200C (decimal 8204) + defining Unicode char U+2013 (decimal 8211) + defining Unicode char U+2014 (decimal 8212) + defining Unicode char U+2018 (decimal 8216) + defining Unicode char U+2019 (decimal 8217) + defining Unicode char U+201A (decimal 8218) + defining Unicode char U+201C (decimal 8220) + defining Unicode char U+201D (decimal 8221) + defining Unicode char U+201E (decimal 8222) + defining Unicode char U+2030 (decimal 8240) + defining Unicode char U+2031 (decimal 8241) + defining Unicode char U+2039 (decimal 8249) + defining Unicode char U+203A (decimal 8250) + defining Unicode char U+2423 (decimal 9251) +) +Now handling font encoding OT1 ... +... processing UTF-8 mapping file for font encoding OT1 + +(/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu +File: ot1enc.dfu 2015/12/03 v1.1r UTF-8 support for inputenc + defining Unicode char U+00A0 (decimal 160) + defining Unicode char U+00A1 (decimal 161) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00AD (decimal 173) + defining Unicode char U+00B8 (decimal 184) + defining Unicode char U+00BF (decimal 191) + defining Unicode char U+00C5 (decimal 197) + defining Unicode char U+00C6 (decimal 198) + defining Unicode char U+00D8 (decimal 216) + defining Unicode char U+00DF (decimal 223) + defining Unicode char U+00E6 (decimal 230) + defining Unicode char U+00EC (decimal 236) + defining Unicode char U+00ED (decimal 237) + defining Unicode char U+00EE (decimal 238) + defining Unicode char U+00EF (decimal 239) + defining Unicode char U+00F8 (decimal 248) + defining Unicode char U+0131 (decimal 305) + defining Unicode char U+0141 (decimal 321) + defining Unicode char U+0142 (decimal 322) + defining Unicode char U+0152 (decimal 338) + defining Unicode char U+0153 (decimal 339) + defining Unicode char U+0174 (decimal 372) + defining Unicode char U+0175 (decimal 373) + defining Unicode char U+0176 (decimal 374) + defining Unicode char U+0177 (decimal 375) + defining Unicode char U+0218 (decimal 536) + defining Unicode char U+0219 (decimal 537) + defining Unicode char U+021A (decimal 538) + defining Unicode char U+021B (decimal 539) + defining Unicode char U+2013 (decimal 8211) + defining Unicode char U+2014 (decimal 8212) + defining Unicode char U+2018 (decimal 8216) + defining Unicode char U+2019 (decimal 8217) + defining Unicode char U+201C (decimal 8220) + defining Unicode char U+201D (decimal 8221) +) +Now handling font encoding OMS ... +... processing UTF-8 mapping file for font encoding OMS + +(/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu +File: omsenc.dfu 2015/12/03 v1.1r UTF-8 support for inputenc + defining Unicode char U+00A7 (decimal 167) + defining Unicode char U+00B6 (decimal 182) + defining Unicode char U+00B7 (decimal 183) + defining Unicode char U+2020 (decimal 8224) + defining Unicode char U+2021 (decimal 8225) + defining Unicode char U+2022 (decimal 8226) +) +Now handling font encoding OMX ... +... no UTF-8 mapping file for font encoding OMX +Now handling font encoding U ... +... no UTF-8 mapping file for font encoding U +Now handling font encoding PD1 ... +... no UTF-8 mapping file for font encoding PD1 + defining Unicode char U+00A9 (decimal 169) + defining Unicode char U+00AA (decimal 170) + defining Unicode char U+00AE (decimal 174) + defining Unicode char U+00BA (decimal 186) + defining Unicode char U+02C6 (decimal 710) + defining Unicode char U+02DC (decimal 732) + defining Unicode char U+200C (decimal 8204) + defining Unicode char U+2026 (decimal 8230) + defining Unicode char U+2122 (decimal 8482) + defining Unicode char U+2423 (decimal 9251) +)) +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2005/09/27 v1.99g Standard LaTeX package + +(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def +File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file +LaTeX Font Info: Redeclaring font encoding T1 on input line 48. +)) +(/usr/local/share/texmf/tex/latex/pgf/utilities/pgfpages.sty +Package: pgfpages 2011/01/05 ver 0.02 + +(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty +Package: calc 2014/10/28 v4.3 Infix arithmetic (KKT,FJ) +\calc@Acount=\count154 +\calc@Bcount=\count155 +\calc@Adimen=\dimen190 +\calc@Bdimen=\dimen191 +\calc@Askip=\skip60 +\calc@Bskip=\skip61 +LaTeX Info: Redefining \setlength on input line 80. +LaTeX Info: Redefining \addtolength on input line 81. +\calc@Ccount=\count156 +\calc@Cskip=\skip62 +) +\pgf@logicalpages=\count157 +\pgf@firstshipout=\count158 +\pgf@lastshipout=\count159 +\pgf@currentshipout=\count160 +\pgf@cpn=\count161 +\pgf@shipoutnextto=\count162 +\pgfphysicalheight=\dimen192 +\pgfphysicalwidth=\dimen193 +\pgfpages@shipoutbox=\box53 +) +(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty +Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC) +) +(/usr/local/share/texmf/tex/latex/pgf/frontendlayer/tikz.sty +(/usr/local/share/texmf/tex/latex/pgf/basiclayer/pgf.sty +Package: pgf 2015/08/07 v3.0.1 (rcs-revision 1.15) + +(/usr/local/share/texmf/tex/generic/pgf/modules/pgfmoduleshapes.code.tex +File: pgfmoduleshapes.code.tex 2014/03/21 (rcs-revision 1.35) +\pgfnodeparttextbox=\box54 +) +(/usr/local/share/texmf/tex/generic/pgf/modules/pgfmoduleplot.code.tex +File: pgfmoduleplot.code.tex 2015/08/03 (rcs-revision 1.13) +) +(/usr/local/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty +Package: pgfcomp-version-0-65 2007/07/03 v3.0.1 (rcs-revision 1.7) +\pgf@nodesepstart=\dimen194 +\pgf@nodesepend=\dimen195 +) +(/usr/local/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty +Package: pgfcomp-version-1-18 2007/07/23 v3.0.1 (rcs-revision 1.1) +)) +(/usr/local/share/texmf/tex/latex/pgf/utilities/pgffor.sty +(/usr/local/share/texmf/tex/latex/pgf/utilities/pgfkeys.sty +(/usr/local/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex)) +(/usr/local/share/texmf/tex/latex/pgf/math/pgfmath.sty +(/usr/local/share/texmf/tex/generic/pgf/math/pgfmath.code.tex)) +(/usr/local/share/texmf/tex/generic/pgf/utilities/pgffor.code.tex +Package: pgffor 2013/12/13 v3.0.1 (rcs-revision 1.25) + +(/usr/local/share/texmf/tex/generic/pgf/math/pgfmath.code.tex) +\pgffor@iter=\dimen196 +\pgffor@skip=\dimen197 +\pgffor@stack=\toks47 +\pgffor@toks=\toks48 +)) +(/usr/local/share/texmf/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex +Package: tikz 2015/08/07 v3.0.1 (rcs-revision 1.151) + +(/usr/local/share/texmf/tex/generic/pgf/libraries/pgflibraryplothandlers.code.t +ex +File: pgflibraryplothandlers.code.tex 2013/08/31 v3.0.1 (rcs-revision 1.20) +\pgf@plot@mark@count=\count163 +\pgfplotmarksize=\dimen198 +) +\tikz@lastx=\dimen199 +\tikz@lasty=\dimen256 +\tikz@lastxsaved=\dimen257 +\tikz@lastysaved=\dimen258 +\tikzleveldistance=\dimen259 +\tikzsiblingdistance=\dimen260 +\tikz@figbox=\box55 +\tikz@figbox@bg=\box56 +\tikz@tempbox=\box57 +\tikz@tempbox@bg=\box58 +\tikztreelevel=\count164 +\tikznumberofchildren=\count165 +\tikznumberofcurrentchild=\count166 +\tikz@fig@count=\count167 + (/usr/local/share/texmf/tex/generic/pgf/modules/pgfmodulematrix.code.tex +File: pgfmodulematrix.code.tex 2013/09/17 (rcs-revision 1.8) +\pgfmatrixcurrentrow=\count168 +\pgfmatrixcurrentcolumn=\count169 +\pgf@matrix@numberofcolumns=\count170 +) +\tikz@expandcount=\count171 + +(/usr/local/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrar +ytopaths.code.tex +File: tikzlibrarytopaths.code.tex 2008/06/17 v3.0.1 (rcs-revision 1.2) +))) +Package hyperref Info: Option `colorlinks' set `true' on input line 642. +) +(/usr/share/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty +Package: cleveref 2013/12/28 v0.19 Intelligent cross-referencing +Package cleveref Info: `amsthm' support loaded on input line 2858. +) +No file huisstijl.aux. +\openout1 = `huisstijl.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 52. +LaTeX Font Info: ... okay on input line 52. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 52. +LaTeX Font Info: ... okay on input line 52. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 52. +LaTeX Font Info: ... okay on input line 52. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 52. +LaTeX Font Info: ... okay on input line 52. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 52. +LaTeX Font Info: ... okay on input line 52. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 52. +LaTeX Font Info: ... okay on input line 52. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 52. +LaTeX Font Info: ... okay on input line 52. +*geometry* driver: auto-detecting +*geometry* detected driver: pdftex +*geometry* verbose mode - [ preamble ] result: +* driver: pdftex +* paper: custom +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: includehead includefoot +* h-part:(L,W,R)=(28.45274pt, 307.28987pt, 28.45274pt) +* v-part:(T,H,B)=(0.0pt, 273.14662pt, 0.0pt) +* \paperwidth=364.19536pt +* \paperheight=273.14662pt +* \textwidth=307.28987pt +* \textheight=244.6939pt +* \oddsidemargin=-43.81725pt +* \evensidemargin=-43.81725pt +* \topmargin=-72.26999pt +* \headheight=14.22636pt +* \headsep=0.0pt +* \topskip=10.0pt +* \footskip=14.22636pt +* \marginparwidth=3.0pt +* \marginparsep=11.0pt +* \columnsep=10.0pt +* \skip\footins=9.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +(/usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii +[Loading MPS to PDF converter (version 2006.09.02).] +\scratchcounter=\count172 +\scratchdimen=\dimen261 +\scratchbox=\box59 +\nofMPsegments=\count173 +\nofMParguments=\count174 +\everyMPshowfont=\toks49 +\MPscratchCnt=\count175 +\MPscratchDim=\dimen262 +\MPnumerator=\count176 +\makeMPintoPDFobject=\count177 +\everyMPtoPDFconversion=\toks50 +) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty +Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf + +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty +Package: grfext 2010/08/19 v1.1 Manage graphics extensions (HO) +) +Package grfext Info: Graphics extension search list: +(grfext) [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE +G,.JBIG2,.JB2,.eps] +(grfext) \AppendGraphicsExtensions on input line 452. + +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg +File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv +e +)) +ABD: EveryShipout initializing macros +\AtBeginShipoutBox=\box60 +Package hyperref Info: Link coloring ON on input line 52. + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty +Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty +Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO) +) +\c@section@level=\count178 +) +LaTeX Info: Redefining \ref on input line 52. +LaTeX Info: Redefining \pageref on input line 52. +LaTeX Info: Redefining \nameref on input line 52. +\@outlinefile=\write5 +\openout5 = `huisstijl.out'. + +LaTeX Font Info: Overwriting symbol font `operators' in version `normal' +(Font) OT1/cmr/m/n --> OT1/cmss/m/n on input line 52. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 52. +\symnumbers=\mathgroup6 +\sympureletters=\mathgroup7 +LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `normal' +(Font) OT1/cmss/m/n --> T1/cmr/m/n on input line 52. +LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 52. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' +(Font) OT1/cmr/bx/n --> T1/cmss/bx/n on input line 52. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold' +(Font) OT1/cmr/bx/n --> T1/cmss/bx/n on input line 52. +LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 52. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' +(Font) OT1/cmss/m/n --> T1/cmss/m/n on input line 52. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) OT1/cmss/bx/n --> T1/cmss/m/n on input line 52. +LaTeX Font Info: Redeclaring math alphabet \mathit on input line 52. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' +(Font) OT1/cmr/m/it --> T1/cmss/m/it on input line 52. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) OT1/cmr/bx/it --> T1/cmss/m/it on input line 52. +LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 52. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' +(Font) OT1/cmtt/m/n --> T1/cmtt/m/n on input line 52. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' +(Font) OT1/cmtt/m/n --> T1/cmtt/m/n on input line 52. +LaTeX Font Info: Overwriting symbol font `numbers' in version `bold' +(Font) T1/cmss/m/n --> T1/cmss/bx/n on input line 52. +LaTeX Font Info: Overwriting symbol font `pureletters' in version `bold' +(Font) T1/cmss/m/it --> T1/cmss/bx/it on input line 52. +LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `bold' +(Font) OT1/cmss/bx/n --> T1/cmr/bx/n on input line 52. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold' +(Font) T1/cmss/bx/n --> T1/cmss/bx/n on input line 52. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) T1/cmss/m/n --> T1/cmss/bx/n on input line 52. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) T1/cmss/m/it --> T1/cmss/bx/it on input line 52. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' +(Font) T1/cmtt/m/n --> T1/cmtt/bx/n on input line 52. +LaTeX Font Info: Redeclaring symbol font `pureletters' on input line 52. +LaTeX Font Info: Encoding `T1' has changed to `OT1' for symbol font +(Font) `pureletters' in the math version `normal' on input line 52 +. +LaTeX Font Info: Overwriting symbol font `pureletters' in version `normal' +(Font) T1/cmss/m/it --> OT1/mathkerncmss/m/sl on input line 52 +. +LaTeX Font Info: Encoding `T1' has changed to `OT1' for symbol font +(Font) `pureletters' in the math version `bold' on input line 52. +LaTeX Font Info: Overwriting symbol font `pureletters' in version `bold' +(Font) T1/cmss/bx/it --> OT1/mathkerncmss/m/sl on input line 5 +2. +LaTeX Font Info: Overwriting symbol font `pureletters' in version `bold' +(Font) OT1/mathkerncmss/m/sl --> OT1/mathkerncmss/bx/sl on inp +ut line 52. + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/dicts/translator-bas +ic-dictionary/translator-basic-dictionary-English.dict +Dictionary: translator-basic-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/dicts/translator-bib +liography-dictionary/translator-bibliography-dictionary-English.dict +Dictionary: translator-bibliography-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/dicts/translator-env +ironment-dictionary/translator-environment-dictionary-English.dict +Dictionary: translator-environment-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/dicts/translator-mon +ths-dictionary/translator-months-dictionary-English.dict +Dictionary: translator-months-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/dicts/translator-num +bers-dictionary/translator-numbers-dictionary-English.dict +Dictionary: translator-numbers-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/translator/dicts/translator-the +orem-dictionary/translator-theorem-dictionary-English.dict +Dictionary: translator-theorem-dictionary, Language: English +) +LaTeX Info: Redefining \includegraphics on input line 52. + +No file huisstijl.nav. + +File: backgrounds/ruhuisstijl2014-43-front.pdf Graphic file (type pdf) + + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-front.pdf used on input + line 56. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + +Overfull \hbox (28.39815pt too wide) in paragraph at lines 56--56 +[]| [] + [] + + +LaTeX Font Warning: Font shape `T1/cmss/m/n' in size <4> not available +(Font) size <5> substituted on input line 56. + +[1 + +{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <./backgrounds/ruhuisstijl2 +014-43-front.pdf>] +LaTeX Font Info: Try loading font information for T1+cmtt on input line 77. + (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmtt.fd +File: t1cmtt.fd 2014/09/29 v2.5h Standard LaTeX font definitions +) +LaTeX Font Info: Try loading font information for U+msa on input line 77. + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd +File: umsa.fd 2013/01/14 v3.01 AMS symbols A +) +LaTeX Font Info: Try loading font information for U+msb on input line 77. + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) +LaTeX Font Info: Try loading font information for OT1+mathkerncmss on input +line 77. + +(/usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd +File: ot1mathkerncmss.fd 2013/03/27 Fontinst v1.933 font definitions for OT1/ma +thkerncmss. +) + +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 77. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [2 + + <./backgrounds/ruhuisstijl2014-43-slide.pdf>] + +LaTeX Warning: Reference `sl:vvet' on page 1 undefined on input line 94. + + +LaTeX Warning: Reference `sl:gvwa' on page 1 undefined on input line 94. + +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 94. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [3 + +] +Overfull \vbox (1.91963pt too high) detected at line 115 + [] + +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 115. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [4 + +] +Overfull \hbox (3.92197pt too wide) in paragraph at lines 152--152 +[]\T1/cmss/bx/n/10 Voorbeeldpresentatie + [] + +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 152. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [5 + +] +File: backgrounds/ruhuisstijl2014-43-front.pdf Graphic file (type pdf) + + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-front.pdf used on input + line 163. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + + +LaTeX Warning: File `tussenpaginabackground.jpg' not found on input line 163. + + +! Package pdftex.def Error: File `tussenpaginabackground.jpg' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.163 \end{tussenpagina} + +? + +Overfull \hbox (28.45274pt too wide) in paragraph at lines 163--163 +[]| [] + [] + +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 163. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [6 + +] +LaTeX Font Info: Try loading font information for OMS+cmss on input line 185 +. +LaTeX Font Info: No file OMScmss.fd. on input line 185. + + +LaTeX Font Warning: Font shape `OMS/cmss/m/n' undefined +(Font) using `OMS/cmsy/m/n' instead +(Font) for symbol `textbullet' on input line 185. + +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 185. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [7 + +] +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 215. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [8 + +] +Overfull \vbox (10.76736pt too high) detected at line 248 + [] + +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 248. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [9 + +] +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 261. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [10 + +] +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 283. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [11 + +] +File: backgrounds/ruhuisstijl2014-43-front.pdf Graphic file (type pdf) + + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-front.pdf used on input + line 292. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + + +LaTeX Warning: File `tussenpaginabackground.jpg' not found on input line 292. + + +! Package pdftex.def Error: File `tussenpaginabackground.jpg' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.292 \end{tussenpagina} + +? + +Overfull \hbox (28.45274pt too wide) in paragraph at lines 292--292 +[]| [] + [] + +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 292. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [12 + +] +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 313. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [13 + +] +Overfull \vbox (2.28017pt too high) detected at line 334 + [] + +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 334. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [14 + +] + +LaTeX Warning: File `image.png' not found on input line 350. + + +! Package pdftex.def Error: File `image.png' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.350 \end{frame} + +? +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 350. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [15 + +] +Overfull \vbox (54.26926pt too high) detected at line 376 + [] + +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 376. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [16 + +] + +LaTeX Warning: File `image.png' not found on input line 386. + + +! Package pdftex.def Error: File `image.png' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.386 \end{frame} + +? +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 386. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [17 + +] +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 404. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [18 + +] + +LaTeX Warning: File `tussenpaginabackground.jpg' not found on input line 421. + + +! Package pdftex.def Error: File `tussenpaginabackground.jpg' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.421 \end{tussenpagina} + +? + +Overfull \hbox (28.55278pt too wide) in paragraph at lines 421--421 +[]| [] + [] + + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 421. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.421 \end{tussenpagina} + +? +[19 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 435. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.435 \end{frame} + +? +[20 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 435. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.435 \end{frame} + +? +[21 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 435. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.435 \end{frame} + +? +[22 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 435. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.435 \end{frame} + +? +[23 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 435. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.435 \end{frame} + +? +[24 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 435. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.435 \end{frame} + +? +[25 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 435. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.435 \end{frame} + +? +[26 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 435. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.435 \end{frame} + +? +[27 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 435. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.435 \end{frame} + +? +[28 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 448. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.448 \end{frame} + +? +[29 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 448. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.448 \end{frame} + +? +[30 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 448. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.448 \end{frame} + +? +[31 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 448. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.448 \end{frame} + +? +[32 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 448. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.448 \end{frame} + +? +[33 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 469. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.469 \end{frame} + +? +[34 + +] + +LaTeX Warning: Reference `haha' on page 35 undefined on input line 493. + + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 493. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.493 \end{frame} + +? +[35 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 520. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.520 \end{frame} + +? +[36 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 535. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.535 \end{frame} + +? +[37 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 550. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.550 \end{frame} + +? +[38 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 569. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.569 \end{frame} + +? +[39 + +] + +LaTeX Warning: File `tussenpaginabackground.jpg' not found on input line 575. + + +! Package pdftex.def Error: File `tussenpaginabackground.jpg' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.575 \end{tussenpagina} + +? + +Overfull \hbox (28.55278pt too wide) in paragraph at lines 575--575 +[]| [] + [] + + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 575. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.575 \end{tussenpagina} + +? +[40 + +] +File: backgrounds/ruhuisstijl2014-43-front.pdf Graphic file (type pdf) + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-front.pdf used on input + line 582. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + +Overfull \hbox (28.39815pt too wide) in paragraph at lines 582--582 +[]| [] + [] + +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 582. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [41 + +] +File: backgrounds/ruhuisstijl2014-43-slide.pdf Graphic file (type pdf) + + +Package pdftex.def Info: backgrounds/ruhuisstijl2014-43-slide.pdf used on input + line 585. +(pdftex.def) Requested size: 364.19536pt x 273.41142pt. + [42 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-front.pdf' not found o +n input line 591. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-front.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.591 \end{frame} + +? + +Overfull \hbox (28.39815pt too wide) in paragraph at lines 591--591 +[]| [] + [] + + +Overfull \vbox (1.4808pt too high) detected at line 591 + [] + + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 591. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.591 \end{frame} + +? +[43 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf' not found o +n input line 594. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_cls_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.594 \end{frame} + +? +[44 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_hlcs_2014-43-front.pdf' not found +on input line 599. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_hlcs_2014-43-front.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.599 \end{frame} + +? + +Overfull \hbox (28.39815pt too wide) in paragraph at lines 599--599 +[]| [] + [] + + +Overfull \vbox (1.4808pt too high) detected at line 599 + [] + + +LaTeX Warning: File `backgrounds/ruhuisstijl_hlcs_2014-43-slide.pdf' not found +on input line 599. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_hlcs_2014-43-slide.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.599 \end{frame} + +? +[45 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_hlcs_2014-43-slide.pdf' not found +on input line 602. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_hlcs_2014-43-slide.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.602 \end{frame} + +? +[46 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_clst_2014-43-front.pdf' not found +on input line 607. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_clst_2014-43-front.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.607 \end{frame} + +? + +Overfull \hbox (28.39815pt too wide) in paragraph at lines 607--607 +[]| [] + [] + + +Overfull \vbox (1.4808pt too high) detected at line 607 + [] + + +LaTeX Warning: File `backgrounds/ruhuisstijl_clst_2014-43-slide.pdf' not found +on input line 607. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_clst_2014-43-slide.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.607 \end{frame} + +? +[47 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_clst_2014-43-slide.pdf' not found +on input line 610. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_clst_2014-43-slide.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.610 \end{frame} + +? +[48 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_kaski_2014-43-front.pdf' not found + on input line 615. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_kaski_2014-43-front.p +df' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.615 \end{frame} + +? + +Overfull \hbox (28.39815pt too wide) in paragraph at lines 615--615 +[]| [] + [] + + +Overfull \vbox (1.4808pt too high) detected at line 615 + [] + + +LaTeX Warning: File `backgrounds/ruhuisstijl_kaski_2014-43-slide.pdf' not found + on input line 615. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_kaski_2014-43-slide.p +df' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.615 \end{frame} + +? +[49 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_kaski_2014-43-slide.pdf' not found + on input line 618. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_kaski_2014-43-slide.p +df' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.618 \end{frame} + +? +[50 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_ster_2014-43-front.pdf' not found +on input line 623. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_ster_2014-43-front.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.623 \end{frame} + +? + +Overfull \hbox (28.39815pt too wide) in paragraph at lines 623--623 +[]| [] + [] + + +Overfull \vbox (1.4808pt too high) detected at line 623 + [] + + +LaTeX Warning: File `backgrounds/ruhuisstijl_ster_2014-43-slide.pdf' not found +on input line 623. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_ster_2014-43-slide.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.623 \end{frame} + +? +[51 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_ster_2014-43-slide.pdf' not found +on input line 626. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_ster_2014-43-slide.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.626 \end{frame} + +? +[52 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_imr_2014-43-front.pdf' not found o +n input line 631. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_imr_2014-43-front.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.631 \end{frame} + +? + +Overfull \hbox (28.39815pt too wide) in paragraph at lines 631--631 +[]| [] + [] + + +Overfull \vbox (1.4808pt too high) detected at line 631 + [] + + +LaTeX Warning: File `backgrounds/ruhuisstijl_imr_2014-43-slide.pdf' not found o +n input line 631. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_imr_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.631 \end{frame} + +? +[53 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_imr_2014-43-slide.pdf' not found o +n input line 634. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_imr_2014-43-slide.pdf +' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.634 \end{frame} + +? +[54 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_ptrs_2014-43-front.pdf' not found +on input line 639. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_ptrs_2014-43-front.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.639 \end{frame} + +? + +Overfull \hbox (28.39815pt too wide) in paragraph at lines 639--639 +[]| [] + [] + + +Overfull \vbox (1.4808pt too high) detected at line 639 + [] + + +LaTeX Warning: File `backgrounds/ruhuisstijl_ptrs_2014-43-slide.pdf' not found +on input line 639. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_ptrs_2014-43-slide.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.639 \end{frame} + +? +[55 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_ptrs_2014-43-slide.pdf' not found +on input line 642. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_ptrs_2014-43-slide.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.642 \end{frame} + +? +[56 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_icis_2014-43-front.pdf' not found +on input line 647. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_icis_2014-43-front.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.647 \end{frame} + +? + +Overfull \hbox (28.39815pt too wide) in paragraph at lines 647--647 +[]| [] + [] + + +Overfull \vbox (1.4808pt too high) detected at line 647 + [] + + +LaTeX Warning: File `backgrounds/ruhuisstijl_icis_2014-43-slide.pdf' not found +on input line 647. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_icis_2014-43-slide.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.647 \end{frame} + +? +[57 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_icis_2014-43-slide.pdf' not found +on input line 650. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_icis_2014-43-slide.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.650 \end{frame} + +? +[58 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_mbsd_2014-43-front.pdf' not found +on input line 655. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_mbsd_2014-43-front.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.655 \end{frame} + +? + +Overfull \hbox (28.39815pt too wide) in paragraph at lines 655--655 +[]| [] + [] + + +Overfull \vbox (1.4808pt too high) detected at line 655 + [] + + +LaTeX Warning: File `backgrounds/ruhuisstijl_mbsd_2014-43-slide.pdf' not found +on input line 655. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_mbsd_2014-43-slide.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.655 \end{frame} + +? +[59 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_mbsd_2014-43-slide.pdf' not found +on input line 658. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_mbsd_2014-43-slide.pd +f' not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.658 \end{frame} + +? +[60 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_ds_2014-43-front.pdf' not found on + input line 663. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_ds_2014-43-front.pdf' + not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.663 \end{frame} + +? + +Overfull \hbox (28.39815pt too wide) in paragraph at lines 663--663 +[]| [] + [] + + +Overfull \vbox (1.4808pt too high) detected at line 663 + [] + + +LaTeX Warning: File `backgrounds/ruhuisstijl_ds_2014-43-slide.pdf' not found on + input line 663. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_ds_2014-43-slide.pdf' + not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.663 \end{frame} + +? +[61 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_ds_2014-43-slide.pdf' not found on + input line 666. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_ds_2014-43-slide.pdf' + not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.666 \end{frame} + +? +[62 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_is_2014-43-front.pdf' not found on + input line 671. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_is_2014-43-front.pdf' + not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.671 \end{frame} + +? + +Overfull \hbox (28.39815pt too wide) in paragraph at lines 671--671 +[]| [] + [] + + +Overfull \vbox (1.4808pt too high) detected at line 671 + [] + + +LaTeX Warning: File `backgrounds/ruhuisstijl_is_2014-43-slide.pdf' not found on + input line 671. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_is_2014-43-slide.pdf' + not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.671 \end{frame} + +? +[63 + +] + +LaTeX Warning: File `backgrounds/ruhuisstijl_is_2014-43-slide.pdf' not found on + input line 674. + + +! Package pdftex.def Error: File `backgrounds/ruhuisstijl_is_2014-43-slide.pdf' + not found. + +See the pdftex.def package documentation for explanation. +Type H for immediate help. + ... + +l.674 \end{frame} + +? +[64 + +] +\tf@nav=\write6 +\openout6 = `huisstijl.nav'. + +\tf@toc=\write7 +\openout7 = `huisstijl.toc'. + +\tf@snm=\write8 +\openout8 = `huisstijl.snm'. + +Package atveryend Info: Empty hook `BeforeClearDocument' on input line 676. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 676. + (./huisstijl.aux) +Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 676. +Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 676. + + +Package rerunfilecheck Warning: File `huisstijl.out' has changed. +(rerunfilecheck) Rerun to get outlines right +(rerunfilecheck) or use package `bookmark'. + +Package rerunfilecheck Info: Checksums for `huisstijl.out': +(rerunfilecheck) Before: +(rerunfilecheck) After: 8ABB6BBC339DE519FA065052AAE50547;533. + +LaTeX Font Warning: Size substitutions with differences +(Font) up to 1.0pt have occurred. + + +LaTeX Font Warning: Some font shapes were not available, defaults substituted. + + +LaTeX Warning: There were undefined references. + + +LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 676. + ) +Here is how much of TeX's memory you used: + 22020 strings out of 493029 + 433658 string characters out of 6136234 + 528377 words of memory out of 5000000 + 24898 multiletter control sequences out of 15000+600000 + 21157 words of font info for 56 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 62i,15n,61p,491b,655s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on huisstijl.pdf (64 pages, 415744 bytes). +PDF statistics: + 819 PDF objects out of 1000 (max. 8388607) + 409 compressed objects within 5 object streams + 142 named destinations out of 1000 (max. 500000) + 53 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/presentation/ru-huisstijl/huisstijl.nav b/presentation/ru-huisstijl/huisstijl.nav new file mode 100644 index 0000000..d56bcae --- /dev/null +++ b/presentation/ru-huisstijl/huisstijl.nav @@ -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}} diff --git a/presentation/ru-huisstijl/huisstijl.out b/presentation/ru-huisstijl/huisstijl.out new file mode 100644 index 0000000..feeb8ae --- /dev/null +++ b/presentation/ru-huisstijl/huisstijl.out @@ -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 diff --git a/presentation/ru-huisstijl/huisstijl.pdf b/presentation/ru-huisstijl/huisstijl.pdf new file mode 100644 index 0000000..ca4bb00 Binary files /dev/null and b/presentation/ru-huisstijl/huisstijl.pdf differ diff --git a/presentation/ru-huisstijl/huisstijl.snm b/presentation/ru-huisstijl/huisstijl.snm new file mode 100644 index 0000000..9721f2e --- /dev/null +++ b/presentation/ru-huisstijl/huisstijl.snm @@ -0,0 +1,3 @@ +\beamer@slide {sl:gvwa}{7} +\beamer@slide {sl:vvet}{18} +\beamer@slide {haha}{35} diff --git a/presentation/ru-huisstijl/huisstijl.tex b/presentation/ru-huisstijl/huisstijl.tex new file mode 100644 index 0000000..141cfbd --- /dev/null +++ b/presentation/ru-huisstijl/huisstijl.tex @@ -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} diff --git a/presentation/ru-huisstijl/huisstijl.toc b/presentation/ru-huisstijl/huisstijl.toc new file mode 100644 index 0000000..2d5704b --- /dev/null +++ b/presentation/ru-huisstijl/huisstijl.toc @@ -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} diff --git a/presentation/seminar.tex b/presentation/seminar.tex new file mode 100644 index 0000000..57dd5d5 --- /dev/null +++ b/presentation/seminar.tex @@ -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}