% A generic article template
\documentclass[11pt]{article}
\usepackage{sectsty}
\usepackage{graphicx}
% Margins
\topmargin=-0.45in
\evensidemargin=0in
\oddsidemargin=0in
\textwidth=6.5in
\textheight=9.0in
\headsep=0.25in
\title{This is the paper}
\author{ The Author }
\date{\today}
\begin{document}
\maketitle
\pagebreak
% Optional TOC
% \tableofcontents
% \pagebreak
%--Paper--
\section{Section 1}
Lorem Ipsum
% \includegraphics{../figures/my-figure.png}
\pagebreak
\section{Section 2}
Lorem Ipsum \\
%--/Paper--
\end{document}

PDF Preview
Create an account to compile and preview