Last modified by chrisby on 2024/08/24 14:47

From version 1.1
edited by chrisby
on 2024/08/24 14:09
Change comment: There is no comment for this version
To version 1.4
edited by chrisby
on 2024/08/24 14:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,10 +12,7 @@
12 12   \setbeamertemplate{frametitle}{\vspace{0.5cm} \Huge\insertframetitle}
13 13  
14 14   \newcommand{\bluritem}[3]{%
15 - \LARGE \item<#1-> \textbf{
16 - \only<#1>{\textbf{\color{white} #3}}
17 - \only<#2->{\textcolor{darkgray}{#3}}
18 - }
15 + \LARGE \item<#1-> \textbf{\only<#1>{\textbf{\color{white} #3}}\only<#2->{\textcolor{darkgray}{#3}}}
19 19   }
20 20  
21 21   \newcommand{\finalitem}[2]{%
... ... @@ -26,15 +26,15 @@
26 26  
27 27   \begin{frame}
28 28   \frametitle{Heading}
29 - \begin{itemize}
30 - \bluritem{1}{2}{abc}
31 - \bluritem{2}{3}{def}
32 - \begin{itemize}
33 - \bluritem{3}{4}{ghi}
34 - \bluritem{4}{5}{jkl}
35 - \finalitem{5}{mno}
36 - \end{itemize}
37 - \end{itemize}
26 + \begin{itemize}
27 + \bluritem{1}{2}{abc}
28 + \bluritem{2}{3}{def}
29 + \begin{itemize}
30 + \bluritem{3}{4}{ghi}
31 + \bluritem{4}{5}{jkl}
32 + \finalitem{5}{mno}
33 + \end{itemize}
34 + \end{itemize}
38 38   \end{frame}
39 39  
40 40   \end{document}