I am writing my thesis' slides. I need to set a subtitle in some slides, but I am using the [allowframebreaks] option and \framebreak.
When I set the \framesubtitle{} after \framebreak, the subtitle is set to all the slides in the \begin{frame}[allowframebreaks] environment and not only in the slide where I set the subtitle.
Is there any way to set the subtitle of only one slide when using allowframebreaks?
Thanks in advance.