Carson Witt
\documentclass[landscape]{article}1\title{Test Document}2\author{Carson Witt}34\usepackage{graphicx}567%% ADDED PREAMBLE8\usepackage{todonotes}9\usepackage[displaymath, mathlines]{lineno}10\usepackage{hyperref}11\usepackage{pagecolor}12\usepackage{tabularx}1314\newcommand{\sg}[1]{\todo[color=red!40,fancyline]{#1}}15\newcommand{\good}[1]{\todo[color=blue!40,fancyline]{#1}}16\newcommand{\comm}[1]{\todo[color=orange!40,fancyline]{#1}}17%%181920\begin{document}2122%% ADDED FEEDBACK23\pagecolor{yellow!30!white}24\mbox{\LARGE Projectile Motion }\hfill NAME2526\vspace{1cm}2728\hrule2930\vspace{1cm}3132Grade:3334\vspace{1cm}3536\begin{tabularx}{15cm}{ |p{6cm} | p{8cm}|}37\hline38Part 1 Explanation &3940\\41\hline42Graph pt. 1 in figure env, caption, label, ref &4344\\45\hline46Part 2 Explanation &4748\\49\hline50Graph pt. 2 in figure env, caption, label, ref &5152\\53\hline54$t$-values for both parametric equations before and after collision &5556\\57\hline58Extension &5960\\61\hline62Proper formatting &6364\\65\hline66Spacing mistakes &6768\\69\hline70\end{tabularx}7172\newpage7374\listoftodos[List of Comments]7576\newpage7778\maketitle7980\linenumbers81\pagecolor{white}82%%83848586\begin{figure}87\caption{This is my best graph}88\label{graph1}89\includegraphics[scale=0.5]{parametric_plot.pdf}90\end{figure}9192I can now reference Figure \ref{graph1}9394\end{document}959697