Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
18230 views
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