Change subtitle color, add Liwicki mode

main
Malte Kerl 6 months ago
parent 8eabc64115
commit d4ce5d8578

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

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

Binary file not shown.

@ -34,4 +34,10 @@
\end{itemize} \end{itemize}
\end{itemize} \end{itemize}
\end{frame} \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} \end{document}
Loading…
Cancel
Save