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