Pardon me if this question has been duplicated elsewhere, I'm still coming to terms with tex terminology.
I am generating a presentation in Beamer. I like the use of PDF chapters to navigate between slides as well. I use sections to break up the presentation into... sections. However, the ideal subsection heading is just the frametitle. Is there any way to automate the process of retroactively creating subsections based on input to \frametitle?
My document is set up a bit like the following:
\documentclass{beamer}
\begin{document}
\section{Introduction}
\begin{frame}
\frametitle{Research essentials}
Researchers are responsible for many aspects of study design and protocols
\end{frame}
\begin{frame}
\frametitle{Overview}
In this presentation we will be talking about Review Boards, Funding Mechanisms, Statistical Analysis Plans, and Manuscripts
\end{frame}
\section{IRBs}
\begin{frame}
\frametitle{Institutional Review Boards}
IRBs independently review study applications to ensure that the degree of invasiveness is justified, the results of scientific interest, and the confidentiality of study participants protected
\end{frame}
\end{document}
I would like the PDF chapters left hand bar on Adobe to show the following breakdown
Introduction
- Research Essentials
- Overview
IRBs
- Institutional Review Boards