So, as the title says my goal is to vertically center the title of a frame. The frame is the first one of a subsection. I only want to display the title and nothing else. The problem seems trivial, but I could not find any solution for it. First of all some example code:
\documentclass[11pt,t,usepdftitle=false,aspectratio=169]{beamer}
\begin{document}
\begin{frame}
\frametitle{My Title}
\end{frame}
\end{document}
I only want to move the title like this:
Important is also that it should only affect this slide and no other slides. I would like something that moves the title. Another solution I thought of would be to copy the title style and insert normal text in the center of the frame. Unfortunately, I could not achieve any working solution. Therefore, I would be very glad for any help!



\titlepage, see https://tex.stackexchange.com/questions/399773/ , if this can help you – Zarko Feb 18 '22 at 11:59