How do I shade in a LaTeX beamer only the previous sections but not the following sections?
Just right now I have something like
\documentclass{beamer}
\begin{document}
\section{Section1}
\section{Section2}
\tableofcontents[currentsection]
\section{Section3}
\frame{}
\end{document}
which leads to a TOC which highlights Section2 and shades the other sections
.
The desired behaviour would be to highlight Section2 and Section3 and shade only Section1