\documentclass[11pt]{amsart} \usepackage{graphicx} \usepackage{amssymb} \usepackage[usenames]{color} \usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=blue, citecolor=blue, urlcolor=blue]{hyperref} \textwidth = 6.5 in \textheight = 8.3 in \oddsidemargin = 0.0 in \evensidemargin = 0.0 in \topmargin = 0.0 in \headheight = 0.0 in %\headsep = 0.1 in \parskip = 0.2in \parindent = 0.0in \newcommand{\pchoose}[2]{\begin{pmatrix}#1\\ #2\end{pmatrix}} \newcommand{\bchoose}[2]{\begin{bmatrix}#1\\ #2\end{bmatrix}} \definecolor{Gray}{rgb}{0.8,0.8,0.8} \def\gray{\color{Gray}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%% Young diagrams, grace a Francois Bergeron \newdimen\squaresize \squaresize=12pt \newdimen\thickness \thickness=0.4pt \def\square#1{\hbox{\vrule width \thickness \vbox to \squaresize{\hrule height \thickness\vss \hbox to \squaresize{\hss#1\hss} \vss\hrule height\thickness} \unskip\vrule width \thickness} \kern-\thickness} \def\vsquare#1{\vbox{\square{$#1$}}\kern-\thickness} \def\blk{\omit\hskip\squaresize} \def\noir{\vrule height\squaresize width\squaresize}% \def\noir{\gray{\vrule height\squaresize width\squaresize}}% \def\blkk{\omit} \def\young#1{ \vbox{\smallskip\offinterlineskip \halign{&\vsquare{##}\cr #1}}} \def\thisbox#1{\kern-.09ex\fbox{#1}} \def\downbox#1{\lower1.200em\hbox{#1}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \title{Assignment \#1 } \author{Date: Assigned September 9, 2021, due: September 23, 2021} \begin{document} \maketitle \vskip -.3in This assignment is an attempt to get you used to using \LaTeX~for your assignments. For every single assignment there will be two requirements: \begin{enumerate} \item copy the question for every submission (I will provide you with the \LaTeX~source) \item submit the PDF copy of your \LaTeX~document \end{enumerate} You will not receive a grade for any question that you fail to do this. Question: \begin{enumerate} \item Compose a \LaTeX~document using the template found in eClass. Tell me something about yourself. I'm not super concerned about content here, I want to get you write about a page with proper spelling and grammar. Here are some suggested questions: \begin{itemize} \item Where did you grow up? \item What was your last math class? \item What did you learn in that class? \item How did you fare during the last year with much of it in lock down? \item or were you somewhere where there was no confinement? \item What was the best thing you did? What was the worst? \item What is your daily routine now? \item What are your plans for the future? \end{itemize} Your written explanation should include the following \LaTeX~elements. \begin{enumerate} \item A \href{https://www.overleaf.com/learn/latex/Lists}{list} with the {\tt enumerate} or {\tt itemize} environment \item An \href{https://www.overleaf.com/learn/latex/Inserting_Images}{image} centered left to right \item A \href{https://www.overleaf.com/learn/latex/Tables}{table} with two columns and 4 rows \item A \href{https://www.overleaf.com/learn/latex/Bibliography_management_with_bibtex}{bibliography} \item An \href{https://www.overleaf.com/learn/latex/Mathematical_expressions}{equation} \end{enumerate} \end{enumerate} \end{document}