% Created 2024-01-26 Fri 11:42 % Intended LaTeX compiler: lualatex \documentclass[bigger]{beamer} \newenvironment<>{OrgFrame}[1][]{\begin{frame}[environment=OrgFrame,#1]}{\end{frame}} \usetheme{default} \begin{document} \begin{OrgFrame}[label=repeatit,fragile]{Verbatim inside a Special Frame Environment} \tiny \begin{verbatim} \begin{frame}[label={sec:org8bc49cc}]{Two columns} \begin{columns} \begin{column}{0.4\columnwidth} \begin{itemize} \item this slide consists of two columns \item the first (left) column has no heading and consists of text \item the second (right) column has an image and is enclosed in an \alert{example} block \end{itemize} \end{column} \end{verbatim} \end{OrgFrame} \againframe<2>{repeatit} \end{document}