From 8cff8ccf131f5461fab15d8e6cdaf07f59e51297 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Thu, 20 Aug 2026 00:11:19 +0900 Subject: [PATCH] Show the in-frame title page and divider idiom in the example Wrap \maketitle and \sectionpage in document-opened frames, following beamer, so the notes and the vc revision stamp sit alongside them. The Makefile built vc on every run but nothing used it. Co-Authored-By: Claude Fable 5 --- slides_template/text.tex | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/slides_template/text.tex b/slides_template/text.tex index adf9925..9c3c422 100644 --- a/slides_template/text.tex +++ b/slides_template/text.tex @@ -45,10 +45,21 @@ \begin{document} -\maketitle +% As in beamer, \maketitle and the divider commands can sit inside a frame you +% open yourself, so notes and extras go alongside them. The revision stamp +% comes from vc, which make writes before TeX runs. +\begin{frame} + \maketitle + \input{vc} + \footline{Revision:\ \VCRevision\ (\VCDateTEX)} + \note{Introduce yourself before the title slide leaves the screen.} +\end{frame} \section{Introduction} -\sectionpage +\begin{frame} + \sectionpage + \note{One sentence on why the introduction matters.} +\end{frame} \begin{frame} \frametitle{A sample slide}