Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: math480-2016
Views: 2226
1
\documentclass{article}
2
\title{Problem 1: The Latin Zone\footnote{Hint: There is a \LaTeX{} package called lipsum. Google it.}}
3
\author{UW Student}
4
\date{April 22, 2016}
5
\usepackage{lipsum}
6
7
\begin{document}
8
\maketitle
9
10
\lipsum
11
12
\end{document}
13
14