intro,outro

This commit is contained in:
Marc Beninca 2020-10-26 11:43:45 +01:00
parent 6824e67de5
commit b84f08e356
2 changed files with 9 additions and 5 deletions

View file

@ -6,6 +6,9 @@
\input{toc} \input{toc}
\section{Intro}
\begin{frm}\end{frm}
\section{Section 1} \section{Section 1}
\begin{frm}\end{frm} \begin{frm}\end{frm}
@ -57,4 +60,7 @@
\subsubsection{SubSubSection 12} \subsubsection{SubSubSection 12}
\begin{frm}\end{frm} \begin{frm}\end{frm}
\section{Outro}
\begin{frm}\end{frm}
\end{document} \end{document}

View file

@ -3,13 +3,11 @@
\newcommand{\plan}{\begin{frame}% \newcommand{\plan}{\begin{frame}%
{\titlelong\\\titlesub}% {\titlelong\\\titlesub}%
\begin{multicols}{3}\columnbreak\toc{1}\columnbreak\end{multicols}%
\begin{multicols}{3}% \begin{multicols}{3}%
{}\vspace{1em}\toc{1}% \toc{2}\columnbreak\toc{3}\columnbreak\toc{4}%
\columnbreak%
{}\vspace{1em}\toc{2}%
\columnbreak%
{}\vspace{1em}\toc{3}%
\end{multicols}% \end{multicols}%
\begin{multicols}{3}\columnbreak\toc{5}\columnbreak\end{multicols}%
\end{frame}} \end{frame}}
\AtBeginSection{\plan} \AtBeginSection{\plan}