Added current files, mainly CIS258

This commit is contained in:
Isaac Greene 2025-10-09 00:05:21 -04:00
parent 61e8e3100e
commit ae653b7f43
Signed by: isaac
SSH key fingerprint: SHA256:Jr4CSXfwzXSuwhYRd3vX12Wt/v8vkvq0hOJ0NLwubH8
6 changed files with 416 additions and 2 deletions

View file

@ -0,0 +1,17 @@
\documentclass{beamer}
\usepackage{palatino}
\title{Sample title}
\author{Anonymous}
\institute{Overleaf}
\date{2021}
\begin{document}
\frame{\titlepage}
\begin{frame}
\frametitle{Sample frame title}
This is some text in the first frame. This is some text in the first frame. This is some text in the first frame.
\end{frame}
\end{document}