Template for the AMS artcle style.


%%
%% This is LaTeX2e input.
%%

\documentclass{amsart}

%%
%% The following is commands are used for importing various types of
%% grapics.
%% 

\usepackage{epsfig}            % For postscript



\begin{document}

%%
%% To import FILENAME.eps into a LaTeX document use the following
%% command: 
%%


\mbox{\psfig{file=FILENAME.eps,width=2in}}.

\end{document}