CPSC121 2019W1 Lab 1
Author
Can Li
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
CPSC121 2019W1 Lab 1 instructions
CPSC121 2019W1 Lab 1 instructions
\documentclass[a4paper, 20pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{jeffe,handout}
\usepackage{enumerate}
\usepackage{tikz}
\usetikzlibrary{arrows,shapes.gates.logic.US,shapes.gates.logic.IEC,calc}
\usepackage{hyperref}
\usepackage{aurical}
\usepackage[T1]{fontenc}
\begin{document}
\headers{CPSC 121}{ }{2019W1}
\begin{center}
\LARGE
\textbf{Lab 1 Demo document!}
\\[1ex]
\Large Due: Friday September 20th, 2019 at 19:00\\
\end{center}
\LARGE
\begin{tabular}{rl}
& \\
CS ID 1: & \rule{3cm}{0.25mm}\\
lican \\
CS ID 2: & \rule{3cm}{0.25mm}\\
& \\
\end{tabular}
\large
\textbf{Instructions:}
\begin{enumerate}
\item Do not change the problem statements we are giving you. Simply add your solutions by editing this latex document.
\item If you need more space, add a page between the existing pages using the \texttt{\textbackslash newpage} command.
\item Export the completed assignment as a PDF file for upload to gradescope.
\item On gradescope, upload only \textbf{one} copy per partnership. (Instructions for uploading to gradescope will be posted on the assignments page of the course website.)
\end{enumerate}
\textbf{Academic Conduct:}
I certify that my assignment follows the academic conduct rules for of CPSC 121 as outlined on the course website. As part of those rules, when collaborating with anyone outside my group, (1) I and my collaborators took no record but names away, and (2) after a suitable break, my group created the assignment I am submitting without help from anyone other than the course staff. \\
\newpage
\begin{enumerate}
\input{prob1.tex}
\newpage
\input{prob2.tex}
\newpage
\input{prob3.tex}
\newpage
\input{prob4.tex}
\end{enumerate}
\end{document}