\NeedsTeXFormat{LaTeX2e}[1994/06/01] \ProvidesClass{ojac}[2006/05/03 Online Journal of Analytic Combinatorics] \DeclareOption{twocolumn}{\OptionNotUsed} \DeclareOption{twoside}{\OptionNotUsed} \DeclareOption{10pt}{\OptionNotUsed} \DeclareOption{11pt}{\OptionNotUsed} \DeclareOption{a4paper}{\OptionNotUsed} \DeclareOption{leqno}{\OptionNotUsed} \DeclareOption{fleqn}{\OptionNotUsed} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} \ProcessOptions\relax \LoadClass{article} \renewcommand{\normalsize}{\fontsize{12pt}{14pt}\selectfont} \setlength{\textwidth}{6.5in} \setlength{\textheight}{9in} \setlength{\oddsidemargin}{0in} \setlength{\evensidemargin}{0in} \setlength{\topmargin}{-.5in} \renewcommand{\ps@myheadings}{% \let\@oddhead\@empty\let\@evenhead\@empty \def\@evenfoot{\small\thepage\hfil\slshape\leftmark}% \def\@oddfoot{\small{\slshape\rightmark}\hfil\thepage}% \let\@mkboth\@gobbletwo \let\sectionmark\@gobble \let\subsectionmark\@gobble } \newenvironment{dedicatory} {\small\begin{center} } {\end{center}\vskip 1em} \newenvironment{keywords} {\noindent{\small\bfseries Keywords:}\hspace*{3pt} \small\rmfamily } { \vskip .5em } \newenvironment{subjclass} {\noindent{\small\bfseries\upshape Subject Class:}\hspace*{3pt} \small\rmfamily} {\vskip .5em} \renewcommand{\maketitle}{% \newpage \null \vskip 2em% \begin{center}% \let \footnote \thanks {\LARGE \@title \par}% \vskip 1.5em% {\large \lineskip .5em% \begin{tabular}[t]{c}% \@author \end{tabular}\par}% \vskip 1em% {\small \@date}% \end{center}% \par \@thanks \setcounter{footnote}{0}% \global\let\thanks\relax \global\let\maketitle\relax \global\let\@thanks\@empty \global\let\@author\@empty \global\let\@date\@empty \global\let\@title\@empty \global\let\title\relax \global\let\author\relax \global\let\date\relax \global\let\and\relax } \pagestyle{myheadings}