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[12pt]{article}
\textwidth= 6.5in
\textheight= 9.0in
\topmargin = -20pt
\evensidemargin=0pt
\oddsidemargin=0pt
\headsep=25pt
\parskip=10pt
\font\smallit=cmti10
\font\smalltt=cmtt10
\font\smallrm=cmr9

\usepackage{amssymb,latexsym}

\makeatletter

\renewcommand\section{\@startsection {section}{1}{\z@}
{-30pt \@plus -1ex \@minus -.2ex}
{2.3ex \@plus.2ex}
{\normalfont\normalsize\bfseries}}

\renewcommand\subsection{\@startsection{subsection}{2}{\z@}
{-3.25ex\@plus -1ex \@minus -.2ex}
{1.5ex \@plus .2ex}
{\normalfont\normalsize\bfseries}}

\renewcommand{\@seccntformat}[1]{\csname the#1\endcsname. }

\makeatother

\begin{document}
\vspace*{-40pt}
\centerline{\smalltt INTEGERS: \smallrm ELECTRONIC JOURNAL OF COMBINATORIAL NUMBER THEORY \smalltt x (200x), \#Axx}
\vskip 40pt


Next comes your title and author list information in the following construct:

\begin{center}
/uppercase{\bf Your title here}
\vskip 20pt
{\bf Author One\footnote{any footnote here}}\\
{\smallit Department of Mathematics, One University, Somewhere, State 00000, Country}\\
{\tt me@math.one.edu}\\ (optional)
\vskip 10pt
{\bf Author Two\footnote{any footnote here}}\\
{\smallit Department of Mathematics, University of Two, Anywhere AAAAA, Country}\\
{\tt you@math.two.edu}\\ (optional)
\end{center}
\vskip 30pt

\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: \smallrm ELECTRONIC JOURNAL OF COMBINATORIAL NUMBER THEORY \smalltt x (200x), \#Axx\hfill} %We will fill in the x's

\thispagestyle{empty}
\baselineskip=15pt
\vskip 30pt


Your paper starts here with your first section.

Some notes:

Please denote the start of your proofs by {\it Proof.} and end them with \hfill $\Box$

Feel free to label your references as you see fit.

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