| Hosted by CoCalc | Download
1
\documentclass{article}
2
\title{A Sample Document}
3
\author{William Stein}
4
5
\begin{document}
6
\maketitle
7
8
\section{Introduction}
9
This is a simple document, with math -- $x^3 + y^3 + z^3 = 0$.
10
11
I converted it from latex to html by typing
12
\begin{verbatim}
13
pandoc example.tex -o example.html
14
\end{verbatim}
15
16
in a terminal.
17
18
\section{More stuff}
19
And here is some more stuff.
20
21
22
23
\end{document}
24
25