CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

CoCalc is a real-time collaborative commercial alternative to JupyterHub and Overleaf that provides Jupyter Notebooks, LaTeX documents, and SageMath.

| Download

Aaron Tresham Calculus Materials - Feb 2018 snapshot

Views: 8489
1
\documentclass[12pt]{article} %You may change font size to 10pt or 11pt
2
\usepackage[top=1in, bottom=1in, left=1in, right=1in]{geometry} %Change margins here
3
\title{\LaTeX{} Template} %Change title here
4
\author{Author's Name} %Change author here. If two authors, use \and
5
\date{\today} %Defaults to current date; you may change this
6
7
\usepackage{parskip, amsmath, amssymb, latexsym, graphicx, enumerate, cancel, sagetex}
8
\usepackage[normalem]{ulem}
9
10
\begin{document}
11
\maketitle
12
\newcommand{\ds}{\displaystyle}
13
14
% Type your document here.
15
16
17
\end{document}
18
19