Edit: follow-up question here: How to highlight the current subsection at the beginning of each subsection in ltx-talk?
How do I show the start of a new section, either as itself a "section slide" or even in the "body" slides?
\DocumentMetadata{
lang = de,
pdfstandard = ua-2,
pdfstandard = a-4f,
tagging=on,
tagging-setup={math/setup=mathml-SE}
}
\documentclass{ltx-talk}
\EditInstance{footer}{std}{
element-order = {title, subtitle, framenumber}
}
\title{My talk}
\subtitle{I want to show sections}
\institute{University of Stack Exchange}
\date{}
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\section{Motivation}
\begin{frame}\frametitle{Here is a frame title}
Some text.
\end{frame}
\section{Real talk}
\begin{frame}\frametitle{Here is a frame title}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.
\end{frame}
\end{document}



