latex test file
This commit is contained in:
18
Tutorial/latextest.tex
Normal file
18
Tutorial/latextest.tex
Normal file
@@ -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}
|
||||||
Reference in New Issue
Block a user