Change subtitle color, add Liwicki mode
This commit is contained in:
@@ -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>
|
||||
BIN
ltu-example.pdf
BIN
ltu-example.pdf
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}
|
||||
Reference in New Issue
Block a user