2015-10-24 17:58:25 -04:00
|
|
|
\documentclass{minimal}
|
2015-11-10 14:06:26 -05:00
|
|
|
\usepackage{amsmath}
|
|
|
|
\usepackage{tikz}
|
2015-10-24 17:58:25 -04:00
|
|
|
\begin{document}
|
|
|
|
|
2015-11-10 14:06:26 -05:00
|
|
|
\tikz \fill[green] rectangle (0.5,0.5); Something
|
|
|
|
about something.
|
|
|
|
|
2016-01-02 17:03:30 -05:00
|
|
|
\[
|
|
|
|
1+1
|
|
|
|
\]
|
|
|
|
|
2015-10-24 17:58:25 -04:00
|
|
|
\begin{align}
|
|
|
|
2+2=4
|
|
|
|
\end{align}
|
|
|
|
|
|
|
|
\begin{itemize}
|
|
|
|
\item item is indented twice
|
|
|
|
and the next line is indented to match
|
|
|
|
\end{itemize}
|
|
|
|
|
2015-12-14 16:32:43 -05:00
|
|
|
\begin{equation}
|
2016-01-02 17:03:30 -05:00
|
|
|
\left.
|
|
|
|
f(x) = 3
|
|
|
|
\right.
|
2015-12-14 16:32:43 -05:00
|
|
|
\end{equation}
|
2016-01-02 17:03:30 -05:00
|
|
|
|
2015-12-14 16:32:43 -05:00
|
|
|
{
|
|
|
|
asdasd
|
|
|
|
}
|
|
|
|
|
2015-10-24 17:58:25 -04:00
|
|
|
\end{document}
|