\documentclass{article}

\usepackage{amsmath}
\usepackage{url}

\begin{document}

\title{A Sample Note for the Monthly}
\author{Daniel J. Velleman and Paul Erd\H os}
\date{}
\maketitle

\begin{abstract}
This sample note shows what the final version of a note for the Monthly should look like.  We also discuss some formatting issues that come up often in Monthly papers and give some advice about using \LaTeX\ to prepare your paper.
\end{abstract}

\section{Introduction.}

This sample note explains and illustrates many of the conventions you should follow in preparing the final version of your paper for the Monthly.  There is no need to try to imitate the appearance of papers in the Monthly---the typesetter will take care of that.  However, it is helpful to have all of the parts of your paper typed correctly and arranged in the proper order.  This document and other information about preparing and submitting papers to the Monthly can be found at \url{http://www.cs.amherst.edu/~djv/monthly/}.

\section{Anatomy of a Monthly Note.}

The title and the names of the authors appear at the top of the first page, but author affiliations and addresses are not listed there.  Next comes the abstract, which will appear at the beginning of the published paper and will also be posted at the MAA website.  The abstract should not contain any labels from your paper, such as equation numbers or reference numbers.  Acknowledgments and dedications go at the end, before the references.  The references section of this note illustrates how the most common kinds of references should be formatted.  For further information about formatting of references, see \cite{board}.  References should be in alphabetical order, alphabetized by the last name of the first author.  They should be numbered, and they should be cited in the body of the paper using these numbers in brackets.  You can make your reference citations more useful to readers by including additional information inside the brackets.  For example, to help readers learn about the fundamental theorem of calculus, you might refer them to \cite[pp.\ 202--205]{apostol} or \cite[Theorem 8.18, p.\ 177]{rudin}.  Addresses and email addresses of authors appear after the references.

\section{Common Formatting Issues.}

Here are some formatting issues that come up fairly often:
\begin{itemize}
\item When writing ordinal numbers, don't use superscripts:  1st, 2nd, $n$th, not $1^\text{st}$, $2^\text{nd}$, $n^\text{th}$.
\item Words starting with ``non'' are usually not hyphenated:  nonzero, nonempty, nonnegative, nonintegral, nonlinear, nontrivial.  Other common words that are not hyphenated: counterintuitive, counterexample.
\item Common hyphenated phrases:  half-plane, left-hand side, three-dimensional space, first-order equation.
\item Common Latin abbreviations:  ``I.e.''\ means ``that is'' (or ``in other words''), and ``e.g.''\ means ``for example''; be careful not to mix them up.  Both should be followed by a comma.  ``Cf.''\ means ``compare'' or ``compare with''; it shouldn't be used if what you mean is ``see.''  ``Et al.''\ means ``and others''; notice that ``et'' is a complete word, not an abbreviation, so it is not followed by a period.
\item In lists, include a comma and the word ``and'' before the last item.  For example, write ``$a$, $b$, and $c$'' not ``$a$, $b$ and $c$'' or ``$a$, $b$, $c$.''
\item Use phrases that read naturally.  For example, avoid phrases like ``for some $1 \le i \le n$''; it is better to write ``for some $i$ such that $1 \le i \le n$.''
\item In definitions, the word being defined is usually written in italic.  The rest of the definition should be in roman.
\item Include punctuation at the end of displayed formulas when appropriate.  For example, if the displayed formula is the end of a sentence, it should end with a period.
\item The statement of a theorem is not part of the sentence that precedes it.  The last sentence before the statement of a theorem should be a complete sentence, ending with a punctuation mark.
\end{itemize}

\section{Using \LaTeX.}

If you use \LaTeX\ to prepare your paper, it is best to use the \LaTeX\ \verb+article+ style with no custom formatting.  If your paper has sections, use the \verb+\section+ command for your section headings.  Section headings should usually end with a punctuation mark, most often a period.  Use the \verb+\theoremstyle+ command (in the \verb+amsthm+ package) to control the formatting of theorems, definitions, and other theorem-like environments.  Use the \verb+plain+ style (which is the default) for theorems, lemmas, propositions, and corollaries;  use the \verb+definition+ style for definitions and the \verb+remark+ style for remarks.   If you use \textsc{Bib}\TeX\ for your references, you may find our \textsc{Bib}\TeX\ style file helpful.  You can find it, as well as the \LaTeX\ source file for this sample article, at \url{http://www.cs.amherst.edu/~djv/monthly/}.

\paragraph{Acknowledgments.}  I would like to thank Paul Erd\H os for letting me borrow his name for this article, thus giving me an Erd\H os number of one.  (For information about Erd\H os numbers, see \cite{decastro}, \cite{goffman}, and \cite{grossman}.)  You may want to thank someone else, or some organization that funded your research.  There's no need to thank the editor---he's only doing his job.

\begin{thebibliography}{9}
\bibitem{apostol} T. Apostol, \textit{Calculus}, 2nd ed., vol. 1, John Wiley, New York, 1967.
\bibitem{board} N. Board, Formatting references for the Monthly, available at \url{http://www.cs.amherst.edu/~djv/monthly/FormattingReferences.pdf}.
\bibitem{decastro} R. De Castro, On the Erd\H os number, \emph{Lect. Mat.} \textbf{17} (1996) 163--179.
\bibitem{goffman} C. Goffman, And what is your Erd\H os number?, \emph{Amer. Math. Monthly} \textbf{76} (1969) 791.
\bibitem{grossman} J. Grossman, P. Ion, and R. De Castro, The Erd\H os Number Project, available at \url{http://www.oakland.edu/enp/}.
\bibitem{rudin} W. Rudin, \textit{Real and Complex Analysis}, 2nd ed., McGraw-Hill, New York, 1974.
\end{thebibliography}

\bigskip

\noindent\textit{Department of Mathematics, 
Amherst College, Amherst, MA 01002\\
djvelleman@amherst.edu}

\bigskip

\noindent\textit{Mathematical Institute, Hungarian Academy of Sciences, Re\'altanoda u.~13--15, Budapest, Hungary.}

\end{document}

