STEP-UP: reworking image sourcing

This commit is contained in:
Eric Teunis de Boone 2023-06-06 09:44:22 +02:00
parent 1578eedad2
commit 1ed82db754
1 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,5 @@
\documentclass[showdate=false]{beamer} %\documentclass[notes]{beamer}
\documentclass[]{beamer}
%%%%%%%% %%%%%%%%
@ -16,8 +17,9 @@
\addbibresource{../../../bibliotheca/bibliography.bib} \addbibresource{../../../bibliotheca/bibliography.bib}
\newcommand{\imagecredit}[1]{~\\[0pt]\vspace*{-5pt}\hspace*{10pt}\hbox{\tiny Credit:\thinspace{\tiny#1}}} \newcommand{\imagesource}[1]{~\\[0pt]\vspace*{-7pt}\hspace*{10pt}\hbox{\tiny#1}}
\newcommand{\imagecite}[1]{\imagecredit{\textcite{#1}}} \newcommand{\imagecredit}[1]{\imagesource{Credit:\thinspace#1}}
\newcommand{\imagecite}[1]{\imagesource{\textcite{#1}}}
% Disable Captions % Disable Captions
\setbeamertemplate{caption}{\raggedright\small\insertcaption\par} \setbeamertemplate{caption}{\raggedright\small\insertcaption\par}
@ -35,11 +37,14 @@
{% {%
\leavevmode% \leavevmode%
\hbox{% \hbox{%
\begin{beamercolorbox}[wd=.5\paperwidth,ht=2.25ex,dp=1ex,leftskip=1em,rightskip=1em,sep=0pt]{title in head/foot}% \begin{beamercolorbox}[wd=.7\paperwidth,ht=2.25ex,dp=1ex,leftskip=1em,rightskip=1em,sep=0pt]{title in head/foot}%
\usebeamertemplate*{section in head/foot}% \usebeamertemplate*{section in head/foot}%
\hfill% \hfill%
\end{beamercolorbox} \end{beamercolorbox}
\begin{beamercolorbox}[wd=.5\paperwidth,ht=2.25ex,dp=1ex,leftskip=1em,rightskip=1em,sep=0pt]{page number in head/foot}% \begin{beamercolorbox}[wd=.2\paperwidth,ht=2.25ex,dp=1ex,sep=0pt]{my empty section}
\hfill%
\end{beamercolorbox}
\begin{beamercolorbox}[wd=.1\paperwidth,ht=2.25ex,dp=1ex,leftskip=1em,rightskip=1em,sep=0pt]{page number in head/foot}%
\hfill% \hfill%
\usebeamertemplate*{page number in head/foot}% \usebeamertemplate*{page number in head/foot}%
\end{beamercolorbox}}% \end{beamercolorbox}}%