% (c) 2006 Lukasz Grzregorz Maciak

% This is most basic Latex template that I use for stuff like homeworks
% and small papers. I did not touch the margins and formating - so output
% is in standard Latex HUGE MARGIN layout

\documentclass[10pt]{article}			% NO COVERSHEET
%\documentclass[10pt, titlepage]{article} 	% WITH COVERSHEET


% packages you might need
\usepackage[latin1]{inputenc}	
\usepackage[T1]{fontenc} 	
\usepackage[dvips]{graphicx} 


\title{} 
\author{}

\begin{document}

\maketitle 


\begin{abstract}

\end{abstract}

\section{}


\end{document}
