latex,plan,subsection

This commit is contained in:
Marc Beninca 2020-05-05 16:26:51 +02:00
parent b784ee4cf2
commit 4e5f97d3d8
2 changed files with 31 additions and 17 deletions

View file

@ -0,0 +1,22 @@
\AtBeginSubsection{\begin{frame}{\bititle\\Plan}
\begin{columns}[t]
\begin{column}{.5\textwidth}{\LARGE Mémoire}
\tableofcontents[currentsection,currentsubsection,
sections={1-2}]\end{column}
\begin{column}{.5\textwidth}{\LARGE Présentation}
\tableofcontents[currentsection,currentsubsection,
sections={3}]\end{column}
\end{columns}
\tableofcontents[currentsection,
sections={4}]\end{frame}}
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\begin{document}\maketitle
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\begin{frame}{\bititle\\Plan}
\begin{columns}[t]
\begin{column}{.5\textwidth}{\LARGE Mémoire}
\tableofcontents[sections={1-2}]\end{column}
\begin{column}{.5\textwidth}{\LARGE Présentation}
\tableofcontents[sections={3}]\end{column}
\end{columns}
\tableofcontents[sections={4}]\end{frame}