\usepackage{verbatim}
...
\begin{comment}
...
commented text
...
\end{comment}
\usepackage{verbatim}
...
\begin{comment}
...
commented text
...
\end{comment}
see http://en.wikibooks.org/wiki/LaTeX/Labels_and_Cross-referencing for more detils\section{Greetings} \label{sec:greetings} Hello! \section{Referencing} I greeted in section~\ref{sec:greetings}.
$\left\{
\begin{array}{l c l}
x &\rightarrow& y \\
z &\rightarrow& w
\end{array}
\right.$
$
\frac{\partial\x} {\partial{\theta}}$
$x_{k+1}\ =\ x_k+w_k$
$ \int^{+\infty}_{-\infty} x \, dx $
$ \operatorname{arg\,max}_a f(a) \operatorname*{arg\,max}_b f(b)$
\bibliography{file1,file2}where file1.bib and file2.bib contain the references
a= {0.6 if t <= 100The easiest, and most elegant way to do this is to use \case command, as
{0.9 it t > 100
$\sum_{i=1}^n expression$Note that in inline code this will put lower and upper bound next to the sum sign, not over and under. To display lower and upper bound under and over the sum sign use the \displaystyle command before the sum.
$\sum\limits_{i=1}^n expression$
$x = \frac{numerator}{denominator}$
\usepackage{amssymb}
$v \sim \mathcal{N} (m,\sigma^2)$