diff --git a/Tutorial/latextest.tex b/Tutorial/latextest.tex new file mode 100644 index 0000000..23d10c4 --- /dev/null +++ b/Tutorial/latextest.tex @@ -0,0 +1,18 @@ +\documentclass[]{article} + +%opening +\title{A title} +\author{Joe Foley} + +\begin{document} + +\maketitle + +\begin{abstract} +The abstract goes here. +\end{abstract} + +\section{Section} + +Some text +\end{document}