Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 16661
1
\documentclass{article}
2
\title{Title of Document}
3
\author{Name of Author}
4
5
\begin{document}
6
\maketitle
7
8
This is plain text.
9
10
This is the equation $x^n + y^n = z_n$.
11
12
Type more stuff here.
13
14
\end{document}
15
16