36 lines
963 B
TeX
36 lines
963 B
TeX
\documentclass[12pt,a4paper]{article}
|
|
|
|
\usepackage{hyperref}
|
|
\usepackage{listings}
|
|
|
|
\renewcommand{\baselinestretch}{1.4}
|
|
|
|
\hypersetup {
|
|
colorlinks=true,
|
|
linkcolor=blue,
|
|
filecolor=magenta,
|
|
urlcolor=blue,
|
|
}
|
|
|
|
% --> Here we go, satellite radio, y'all get hit with a...
|
|
|
|
\begin{document}
|
|
\obeylines
|
|
|
|
\begin{center}
|
|
\LARGE\textbf{\\Project \#1 | Lexical Analysis\\\large(Extra Credit)\\}
|
|
\end{center}
|
|
\normalsize
|
|
|
|
\noindent \\My Name: \textbf{Chris Nutter}
|
|
\noindent My Email: \textbf{cdnutter@csu.fullerton.edu}
|
|
\noindent My CWID: \textbf{893272518}
|
|
\noindent My Teammate: \textbf{Jared Dyreson}
|
|
\begin{center}\line(1,0){250}\end{center}
|
|
|
|
\noindent I have provided the current iteration of our GitHub project located \href{https://github.com/JaredDyreson/Diablo/tree/devbranch/lexical_analysis}{here} and also as a zip file attached to the upload. If you have any questions regarding this email me at the email above.
|
|
|
|
\end{document}
|
|
|
|
|