%---------------------------------------------------------
% Sample LaTex template for preparing your 1-page FOMMS abstract
% You shouldn't need to mess with the commands below for most LaTex
% distributions.

% You will need to add the title, authors, author affiliations, the
% main abstract body and and referenences. It should be obvious how to
% do this by looking at the file.

% Problems? Send an email to the fomms.org mailing list
%---------------------------------------------------------
\documentclass [12pt]{article}
% Packages - these should be all you need
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[superscript]{cite}
\usepackage[T1]{fontenc}
\usepackage{ae,aecompl}
% Page Format - should not need to modify
\topmargin=0pt
\oddsidemargin=0pt
\evensidemargin=0pt
\parindent=0pt
\textheight=220truemm
\textwidth=170truemm
% Definitions - don't modify
\makeatletter
\renewenvironment{samepage}%
{\begin{center}\begin{minipage}{\textwidth}}%
{\end{minipage}\end{center}\vspace{2mm}}%
\newskip\abstlineskip%
\setlength\abstlineskip{15pt plus 10pt minus 5pt}%
\def\abstinput#1{%
  \setlength\parskip{0pt}
  \setcounter{equation}{0} % reset "equation"
  \def\theequation{\arabic{equation}}
  \input{#1}%
  \vspace{\abstlineskip}%
}%
\makeatother
%----------------------------------------------------

\begin{document}

% ---------------- Begin document --------------------------------
\begin{samepage}
\begin{center}
\Large \textbf{
% Please add the title of your abstract here (14 pt boldface)%
My FOMMS Abstract Title
}

% ---------------- Authors section -------------------------------
\vspace{1cm}
\normalsize
% % Add author names. Please make sure the presenter's name is
% % underlined. Use superscripts to list affiliations 

 Joseph Student$^1$, Jane Postdoc$^2$, Robert Undergrad$^1$ and \underline{Mary Professor}$^3$

\vspace{5mm}
% %------------- Affiliations section-----------------------------
% Author affiliations go here in 12 pt italics.
% Try to use line breaks \\ to balance the affiliations
\em{

$^1$ Department of Chemical Engineering, Name of University, \\
Name of City,  Name of State, Zip Code, Country. \\[2mm]

$^2$Research Division, Name of Company, Name of
City, Name of State, Zip Code, Country.\\[2mm]

$^3$ Department of Chemistry, Name of University, \\
Name of City, Name of State, Zip Code, Country.

}

\vspace{5mm}
\end{center}

\end{samepage}
\nopagebreak
\normalsize
 % -----------------Abstract section-----------------------------------

 \centerline{{\bf Abstract}}  % Don't change this line

% Please type in abstract below. 1 page limit please! 
 The abstract should be no longer than one page. Please provide
 background information, key findings, and a brief summary of the
 results. If you would like to cite references in your abstract, please
 cite references in the following way \cite{myref1}. A reference to a
 book is \cite{myref2}. You may also add a figure but  this is not
 required. 
 
% Here is where you list the references. Please use this
% format. Include all authors and titles. You can go as small as 10 pt
% type if you need to, but 12 pt is preferred.

 % -----------------References section-----------------------------------

 \begin{thebibliography}{99}

 \bibitem{myref1}
 J. M. ~Smith, Y. T.~Lee and J.~Black, ``Article Title'', {\em Journal Name},
 {\bf year}, volume, page numbers.

 \bibitem{myref2}
 T. R.~Roosevelt and G. ~Marshall, {\em Book title}, publisher, address, year.

 \end{thebibliography}


\end{document}

