Beamer: \includeonlyframes allows you to include just a single frame.
2025-03-14 15:23:56
I'm using \includeonlyframes
to fine-tune my presentation and have encountered this issue.
MWE:
\documentclass{beamer}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{multicol} % This package allows for the creation of multi-column layouts in your document.
\includeonlyframes{section1subsection1frame1, section1subsection1frame2}
\end{document}
\section{Chapter One}
\begin{frame}[label=section1subsection1slide1]{Slide 1}
\begin{columns}
\column{0.5\textwidth}
Blah blah.
\column{0.5\textwidth}
BlahBlah blah.
\end{column}
\end{slide}
\begin{frame}[label=section1subsection2]{Slide 2}
\begin{columns}
\column{0.5\textwidth}
BlahBlahBlah blah.
\column{0.5\textwidth}
BlahBlahBlahBlah blah.
\end{column}
\end{slide}
\section{Chapter Two}
\begin{frame
Recommend
