feat: Add demo frame
All checks were successful
Build LaTeX PDF / build (push) Successful in 7m25s

This commit is contained in:
2026-03-10 14:08:58 +01:00
parent 1313935f24
commit cb6bc0984e
2 changed files with 9 additions and 0 deletions

8
frame/demo-frame.tex Normal file
View File

@@ -0,0 +1,8 @@
\begin{frame}
\frametitle{Demo}
\begin{center}
It's demo time!
\end{center}
\end{frame}

View File

@@ -28,6 +28,7 @@
\input{frame/frame5.tex}
\input{frame/frame6.tex}
\input{frame/frame7.tex}
\input{frame/demo-frame.tex}
\input{frame/frame8.tex}
\end{document}