You are on page 1of 2

% This is to help create articles in LaTeX

\documentclass{article}
\begin{document}
\title{Hello World}
\author{Author :D}
\date{date}
\maketitle
\section{Hello World}
\subsection{Hello World}
This is an example of the article format in LaTeX
\subsection{Another subsection}
This is the second subsection
\section{Next Section}
Here's another section
\section{Concluding Remarks}
This is cool! And it's great for reports!
\end{document}

You might also like