Change subtitle color, add Liwicki mode

main
Malte Kerl 6 months ago
parent 8eabc64115
commit d4ce5d8578

@ -40,7 +40,7 @@
\insertframesubtitle\@empty%
\else%
\vskip0.5ex % spacing between title and subtitle
\usebeamerfont{framesubtitle} \insertframesubtitle
\usebeamercolor[fg]{palette secondary}\usebeamerfont{framesubtitle} \insertframesubtitle
\fi%
\end{minipage}%
\vskip0pt%

@ -78,4 +78,14 @@
\end{frame}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Marcus Liwicki Presentation Mode %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\liwicki}[2][1]{%
\alt<#1>{\textcolor{white}{#2}}{\textcolor{subtleColor}{#2}}%
}
\mode<all>

Binary file not shown.

@ -34,4 +34,10 @@
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}{Liwicki-Mode}{Highlighting one point at a time}
\liwicki[1]{With \textbackslash liwicki[number]\{content\} different parts of the slide are highlighted subsequently}\\
\liwicki[2]{The slide is also displayed times the highest Liwicki number}\\
\liwicki[4]{Don't leave Liwicki Numbers out}
\end{frame}
\end{document}
Loading…
Cancel
Save