This is an introduction to using LaTeX. It will show how to format a paper, insert equations, figures, and tables. LaTeX can also be used to create lab reports, CVs, bibliographies, and other documents.
\end{abstract}
\tableofcontents
\section{Introduction}
We can add random text and paragraphs.
Here is another paragraph.
We can also create lists:
\begin{itemize}
\item llamas
\item donkeys
\item goats
\end{itemize}
And numbered lists:
\begin{enumerate}
\item oranges
\item bananas
\item apples
\end{enumerate}
\section{Integrating with results from scripts}
We can export figures in .pgf format to import them: