% This is a sample file for the use of mfsesuart.sty
% desined for the 
% Memoirs of The Faculty of Science and Engineering 
% SHIMANE UNIVERSITY.
% Put mfsesuart.sty and this TeX file in the same directory.
% The style file mfsesuart.sty is based on
% "amsarticle" class of AMS-LaTeX.
\documentclass[12pt]{amsart}
\usepackage{mfsesuarts} % a style file for MFSESU.
%\usepackage{amsmath}
%\usepackage{amsfonts}
%\usepackage{amssymb}
%
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{proposition}[theorem]{Proposition}
%
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
%
\theoremstyle{remark}
\newtheorem{remark}[theorem]{Remark}
\newtheorem*{ack}{Acknowledgment}

\begin{document}
\title[Title for the Running Head]{Title}
\author[F. Author]{First Author}
%    Information for first author
\address{First Author: Department of Mathematics,
Shimane University, Matsue, Shimane, 690-8504, Japan}
\email{f-author@math.shimane-u.ac.jp}

%    Information for second author
\author[S. Author]{Second Author}
\address{Second Author: Department of Mathematics,
Shimane University, Matsue, Shimane, 690-8504, Japan}
\email{s-author@math.shimane-u.ac.jp}

\dedicatory{Dedicated to Professor Xxx Yyy on his sixtieth birthday}

\subjclass[2000]{ %2000 MSC numbers
00A05, 00A06.
}

\keywords{key phrase 1, key phrase 2}

\begin{abstract}
This paper is a sample prepared to illustrate the use of the 
style file ``mfsesuarts.sty'' designed for submission to the 
``Memoirs of The Faculty of Science and Engineering,
Shimane University, Series B: Mathematics''.
\end{abstract}

\maketitle
\sloppy

\section{Introduction}
This paper is a sample prepared to illustrate the use of the 
style file ``mfsesuarts.sty'' designed for submission to the 
\emph{Memoirs of The Faculty of Science and Engineering, 
Shimane University, Series B: Mathematics}.
The style file mfsesuarts.sty is based on
the ``amsarticle'' class of \AmS -\LaTeX.
Put a \TeX{} file and mfsesuarts.sty in the same directory 
and add 
\begin{verbatim}
\usepackage{mfsesuarts}
\end{verbatim}
to the preamble. 

\section{Theorem-like environment}

\begin{definition}\label{def}
In the definition-like environment the text should be in roman.
\end{definition}

\begin{theorem}[\cite{cite1}]
In the theorem-like environment the text should be in italics.
\end{theorem}


\begin{proof}
Proofs should be written in the proof environment.
\end{proof}

\begin{remark}
In the remark-like environment the text should be in roman.
\end{remark}

\begin{ack}
An environment for acknowledgment should be a remark-like one.
\end{ack}

\begin{thebibliography}{99}
%%% Journals %%%
%<Author name>, <Title>, <Journal name> <Volume> (<Year>), <Pages>.
% Abbreviations of journal names should follow Mathematical Reviews.
\bibitem{cite1}
A. Author,
\textit{Title of paper}, Mem.\ Fac.\ Sci.\ Eng.\ Shimane Univ.\ Ser.\ B Math.\ \textbf{55} (2022), 15--23.
%%% Books %%%
%<Author name>, <Title>, <Book title>, <Publisher>, <Address>, <Year>.
\bibitem{cite2}
B. Author and C. D. Author,
\textit{Title of book}, Univ.\ Press, New York, 2000.

\end{thebibliography}

\end{document}