homework-and-stuffs/school/cpsc362/lecture-09192020.tex

54 lines
1.1 KiB
TeX

\documentclass[12pt,a4paper]{article}
\usepackage{graphicx}
\usepackage{abstract}
\usepackage{hyperref}
\usepackage{listings}
\usepackage{indentfirst}
\usepackage{amssymb}
\graphicspath{ {./images/} }
\renewcommand{\abstractname}{\large{Timestamps}}
\setlength{\parindent}{0.5in}
\title{\Large{CPSC 362}\\\LARGE\textbf{{Lecture}}}
\author{Chris Nutter\thanks{Dedicated to @QuesoGrande a.k.a. Jared D.}}
% --> Here we go, satellite radio, y'all get hit with a...
\begin{document}
\maketitle
\begin{abstract}
\noindent
\begin{center}\textbf{09/19/2020 - 09:51:24 AM}\end{center}
She skipped me for the questioning. Hopefully I get marked in class.
\end{abstract}
\tableofcontents
% --> First Chapter
\section{Chapter 2}
\begin{center}\line(1,0){250}\end{center}
% --> Next Chapter
\end{document}
% Possibly Important LaTeX Functions %
% ================================== %
% \begin{figure}[hbtp]
% \centering
% \fbox{\includegraphics[width=13.8cm]{big_o.png}}
% \caption{Big(O) Notation}
% \end{figure}
% \begin{lstlisting}[language=Python]
% print('hello world')
% \end{lstlisting}