Latex text

From wikinotes

Formatting

\texttt{some mono text}
\textbf{some bold text}
\textit{some italic text}
\underline{some underlined text}

Colour

\color{Blue}{x^2} \times \color{Orange}{y^2}

Lists

UnOrdered Lists (bullet pointed)

\begin{itemize}
  \item Alex
  \item Elliot
  \item Dan
\end{itemize}

Ordered Lists (numbered)

\begin{enumerate}
  \item visit url
  \item download
  \item install
\end{enumerate}