% EJC papers *must* begin with the following two lines.
\documentclass[12pt]{article}
\usepackage{e-jc}
\specs{P37 (comment)}{18(2)}{2012}

% Please remove all other commands that change parameters such as
% margins or pagesizes.

% only use standard LaTeX packages
% only include packages that you actually need

% we recommend these ams packages
\usepackage{amsthm,amsmath,amssymb}

% we recommend the graphicx package for importing figures
\usepackage{graphicx}

% use this command to create hyperlinks (optional and recommended)
\usepackage[colorlinks=true,citecolor=black,linkcolor=black,urlcolor=blue]{hyperref}

% use these commands for typesetting doi and arXiv references in the bibliography
\newcommand{\doi}[1]{\href{http://dx.doi.org/#1}{\texttt{doi:#1}}}
\newcommand{\arxiv}[1]{\href{http://arxiv.org/abs/#1}{\texttt{arXiv:#1}}}

% all overfull boxes must be fixed;
% i.e. there must be no text protruding into the margins


% declare theorem-like environments
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{fact}[theorem]{Fact}
\newtheorem{observation}[theorem]{Observation}
\newtheorem{claim}[theorem]{Claim}

\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\newtheorem{conjecture}[theorem]{Conjecture}
\newtheorem{open}[theorem]{Open Problem}
\newtheorem{problem}[theorem]{Problem}
\newtheorem{question}[theorem]{Question}

\theoremstyle{remark}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{note}[theorem]{Note}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% if needed include a line break (\\) at an appropriate place in the title

\title{\bf A Comment on paper P37 of volume 18(2)}

% input author, affilliation, address and support information as follows;
% the address should include the country, and does not have to include
% the street address

\author{Qing-Hu Hou \\
\small Center for Combinatorics\\[-0.8ex]
\small Nankai University\\[-0.8ex]
\small Tianjin P.R. China \\
\small\tt hou@nankai.edu.cn\\
}

\date{\dateline{Oct 30, 2012}{Jan 4, 2013}{Jan 7, 2013}}


\begin{document}
\maketitle

Conjecture 10 follows from the following recurrence relation. Suppose that $a_h=2a'_h$ is even. Then
\[
  H_{a_1,\dots,a_s}
  = \begin{cases}
  H_{a_1,\dots,a_{h-1}, a'_{h}, a_{h+1},\dots,a_s} - H_{a_1,\dots,a_{h-1}, a_{h}+a_{h+1}, a_{h+2}, \dots, a_s} \\
  \qquad + H_{a_1,\dots,a_{h-2},a_{h-1}+a'_h, a_{h+1}, \dots, a_s}, & 1 < h < s, \\[15pt]
   H_{a'_1, a_2,\dots,a_s} - H_{a_1+a_2, a_3, \dots, a_s} & 1=h<s, \\[10pt]
   H_{a_1,\dots,a_{s-1}, a'_s} - z^{a'_s} H_{a_1,\dots,a_{s-1}} + H_{a_1,\dots,a_{s-2},a_{s-1}+a'_s},
    & 1 < h = s, \\[10pt]
   H_{a'_1} - z^{a'_1}, & h=s=1.
   \end{cases}
\]
\end{document}
