Formatting your paper for INTEGERS: LaTeX
Important: Please include any and all line skips that are given below.
The beginning of your latex file should read exactly as follows:
\documentclass[10pt]{article}
\textwidth= 5.00in
\textheight= 7.4in
\topmargin = 30pt
\evensidemargin=0pt
\oddsidemargin=55pt
\headsep=17pt
\parskip=.5pt
\parindent=12pt
\font\smallit=cmti10
\font\smalltt=cmtt10
\font\smallrm=cmr9
\usepackage{amssymb,latexsym,amsmath,epsfig,amsthm} %% Add other packages as necessary
\makeatletter
\renewcommand\section{\@startsection {section}{1}{\z@}
{-30pt \@plus -1ex \@minus -.2ex}
{2.3ex \@plus.2ex}
{\normalfont\normalsize\bfseries\boldmath}}
\renewcommand\subsection{\@startsection{subsection}{2}{\z@}
{-3.25ex\@plus -1ex \@minus -.2ex}
{1.5ex \@plus .2ex}
{\normalfont\normalsize\bfseries\boldmath}}
\renewcommand{\@seccntformat}[1]{\csname the#1\endcsname. }
\makeatother
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\newtheorem{conjecture}{Conjecture}
\newtheorem{proposition}{Proposition}
\newtheorem{corollary}{Corollary}
%% add any other theorem environments you will used
\begin{document}
Next comes your title and author list information in the following construct:
\begin{center}
\centerline{\smallit Received: , Revised: , Accepted: , Published: } % We will fill in
the dates
\vskip 30pt
Followed by your abstract in the following construct:
\centerline{\bf Abstract}
\noindent
Put your abstract here. Please limit it to half of a page of text.
\pagestyle{myheadings}
\markright{\smalltt INTEGERS: 19 (2019)\hfill}
\thispagestyle{empty}
\baselineskip=12.875pt
\vskip 30pt
Your paper starts here with your first section.
Some notes:
Please denote the start of your proofs by \begin{proof} and end them with \end{proof}
For references, please list them alphabetically by first author's last name and have the labels be numeric.
For article references, please follow the following format:
J. Deer and K. Doe, On the history of mathematics, {\it J. of the World} {\bf 52} (1999), 123-135.
For book references, please follow the following format:
A. Jones, L. Smith, and C. Vector, {\it The Theory of Everything}, Publishing Company, New York, 1987.
For article titles, only the first word and proper nouns should be capitalized. For book titles, all words of length 4 or more should be capitalized.
Please use the AMS abbreviations for journals (see this link).
It is important that your references be part of your paper and not attached as a bibtex file. Please use bibtex and include your references before submitting your final copy.
Home |