% Template file for Research Reports
% Department of Mathematical Sciences
% The University of Texas at El Paso
% Created by Pavel Solin and Maria Barraza
% April 18, 2006

% NOTE: produce your PostScript and PDF 
% with A4 option

\documentclass[english,12pt]{mathrep}

% -----------------------------  your included packages  ---------------------------------

\usepackage{graphics}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}

% ---------------------------------  your definitions  -----------------------------------

\newtheorem{theorem}{Theorem}[section]
\newtheorem{conjecture}{Conjecture}[section]
\newtheorem{exercise}{Exercise}[section]
\newtheorem{definition}{Definition}[section]
\newtheorem{lemma}{Lemma}[section]
\newtheorem{proposition}{Proposition}[section]
\newtheorem{remark}{Remark}[section]
\newtheorem{corollary}{Corollary}[section]

% -------------------------------  front page and such  ----------------------------------
\begin{document}

% Report number (year-number)
% (MANDATORY)
  \repno{YEAR-NUMBER}

% Report title
% (MANDATORY)
  \title{The Title of Your Report Goes Here}

% Acknowledgment
% (OPTIONAL, THE LINE BELOW MAY BE DELETED)
  \thanks{Your acknowledgment goes here.}
  
% Authors
% (MANDATORY)
  \author{First Author, Second Author}

% E-mail addresses
% (MANDATORY)
  \email{first.author@utep.edu, second.author@utep.edu}

% Keywords
% (MANDATORY)
  \keywords{Your, keywords, go, here}

% Subject classification
% (MANDATORY)
  \subjclass{XXXXX, YYYYY, ZZZZZ}

% abstract
% (MANDATORY)
  \begin{abstract}
   Your abstract, 10-15 lines long, goes here.
  \end{abstract}

  \makefrontcover

% -------------------------------  body of your paper  -----------------------------------

\section{This is Your First Section}

\subsection{And This is Your First Subsection}

Enter the text of your paper here...











% --------------------------------  end of your paper  -----------------------------------

\end{document} 
