Discussion:
Beamer, \framesubtitle
(too old to reply)
Zarko F. Cucej
2012-07-06 11:29:46 UTC
Permalink
Hi,
probably is this feature request ... I like to have on each part of
frame with allowed breaks common title in different subtitles on each
part of frame. something like this:

\begin{frame}[allowframebreaks]
\frametitle{frame title}
\framesubtitle{first subtitle}
....
\framebreak
\framesubtitle{second subtitle}
....
\end{frame}

How to achieve this? Beamer put last framesubtitle on each part of
frame. Any suggestion is very welcome!

regards, Zarko
m***@gmail.com
2012-07-22 16:36:13 UTC
Permalink
I faced the same issue,

a workaround:

\begin{frame}[fragile]
\frametitle{Implementation I}
\framesubtitle{Maximum Search}
...
...
\end{frame}
\begin{frame}[fragile]
\frametitle{Implementation II}
\framesubtitle{Row Exchange and Division by Row$’$s Diagonal Element}
....
...

It is not the way it should work, but it is a workaround.
Post by Zarko F. Cucej
Mario
Hi,
probably is this feature request ... I like to have on each part of
frame with allowed breaks common title in different subtitles on each
\begin{frame}[allowframebreaks]
\frametitle{frame title}
\framesubtitle{first subtitle}
....
\framebreak
\framesubtitle{second subtitle}
....
\end{frame}
How to achieve this? Beamer put last framesubtitle on each part of
frame. Any suggestion is very welcome!
regards, Zarko
Zarko F. Cucej
2012-07-22 17:56:21 UTC
Permalink
Post by m***@gmail.com
I faced the same issue,
\begin{frame}[fragile]
\frametitle{Implementation I}
\framesubtitle{Maximum Search}
...
...
\end{frame}
\begin{frame}[fragile]
\frametitle{Implementation II}
\framesubtitle{Row Exchange and Division by Row$’$s Diagonal Element}
....
...
It is not the way it should work, but it is a workaround.
Post by Zarko F. Cucej
Mario
this is obvious alternative to my wish. it also enables some beamer
features, which aren't work in multi part frames achieved with
\framebreak (like uncovering of a text etc.). actually, on such a way i
temporary solve my "wish" how the subtitle should work.

anyway, thank you very much for your try to help me.

regards, zarko
Post by m***@gmail.com
Post by Zarko F. Cucej
Hi,
probably is this feature request ... I like to have on each part of
frame with allowed breaks common title in different subtitles on each
\begin{frame}[allowframebreaks]
\frametitle{frame title}
\framesubtitle{first subtitle}
....
\framebreak
\framesubtitle{second subtitle}
....
\end{frame}
How to achieve this? Beamer put last framesubtitle on each part of
frame. Any suggestion is very welcome!
regards, Zarko
Loading...