%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% File:     icip.sty             (LaTeX Document style option "icip")
%
% Adapted from the style file of Stephen Martucci (ICASSP'93).
%
% Usage:    \documentstyle[...,icip,...]{article}
%
% Purpose:
%
% Style file for ICIP.
% Features:
%    - correct page size (175mm x 226mm)
%    - twocolumn format
%    - boldfaced, numbered, and centered section headings
%    - use \title{xxx} for title, will be typeset all uppercase
%    - use \name{xxx} for author name(s) only, will be typeset in italics
%      - optional: use \thanks{xxx} within \name, asterisk is suppressed
%    - use \address{xxx} for address of authors
%    - note: no need for \author nor \date
%    - use \authors{author1}{address1}{author2}{address2} if two authors
%         with two separate addresses
%         with two separate addresses
%    - optional: use \ninept to typeset text in 9 pt; default is 10pt.
%
% Example of use for one or more authors at a common address:
%
%                 \documentstyle[icip]{article}
%                 \title{Title of the paper}
%                 \name{Iyle B. Student and Yew R. Professor
%                       \thanks{This work was supported by...}}
%                 \address{Common address, department\\
%                          City, etc\\
%                          optional e-mail address}
%
%                 \begin{document}
%  OPTIONAL -->   \ninept            <-- OPTIONAL, for nine pt only
%                 \maketitle
%                 \begin{abstract}
%                 This is the abstract for my paper.
%                 \end{abstract}
%                         .
%                 Insert text of paper
%                         .
%    - use \title for title, will be typeset all uppercase
%    - use \name for author name(s) only, will be typeset in italics
%        - optional: use \thanks within \name, asterisk is suppressed
%    -  use \address for address of authors
%    - note: no need for \author nor \date
%    - optional: use \ninept to typeset text in 9 pt; default is 10pt.
%
% Warning: subsections and lower levels are centered rather than left
%           justified.
%
% Example of use:
%                 \documentstyle[icip]{article}
%                 \title{Title of the paper}
%                 \name{Iyle B. Student and Yew R. Professor
%                       \thanks{This work was supported by...}}
%                  \address{fill in your address: department\\
%                       City, etc\\
%                       optional e-mail address}
%
%                 \begin{document}
%  OPTIONAL --   \ninept            <-- OPTIONAL, for nine pt only
%                 \maketitle
%                 \begin{abstract}
%                 This is the abstract for my paper.
%                 \end{abstract}
%                         .
%                   Insert text of paper
%                         .
%                Add references at the end (section called ``References''
%               automatically created).  Format example:
%               \begin{thebibliography}{99}
%               \bibitem{chmc84} E.\ Charniak and D.\ McDermott, 
%               {\it Introduction to Artificial Intelligence,} 
%                Addison-Wesley, 1984, pp.~306-309.  
%                         .
%                         .
%
%                 include references in order of appearance in text
%                         .
%                \end{thebibliography} 
%                         .
%                 \end{document}
%
% Example of use for two authors at two distinct addresses
%
%                 \documentstyle[icip]{article}
%                 \title{Title of the paper}
%                 \twoauthors{John Doe
%                       \thanks{This work was supported by...}}
%                            {Doe's address, department\\
%                             City, etc\\
%                             optional e-mail address}
%                            {Judy Smith}
%                            {Smith's address, department\\
%                             City, etc\\
%                             optional e-mail address}
%
%                 \begin{document}
%                 \maketitle
%                 \begin{abstract}
%                 This is the abstract for my paper.
%                 \end{abstract}
%                         .
%                         .
%                 \end{document}
%
%
% Author:  Stephen Martucci  -- smartucci@sarnoff.com
% Date:    1 June 1994
%
% Modified and Supplemented by Joydeep Ghosh, June '94.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\oddsidemargin  -0.31in
\evensidemargin -0.31in

\topmargin 0truept
\headheight 0truept
\headsep 0truept
\footheight 0truept
%jlp \footskip 0truept
\footskip 30truept
\textheight 226truemm
\textwidth 175truemm

\twocolumn
\columnsep 8truemm
\pagestyle{empty}

\def\ninept{\def\baselinestretch{.95}\let\normalsize\small\normalsize}

\def\maketitle{\par
 \begingroup
 \def\thefootnote{}
 \def\@makefnmark{\hbox
 to 0pt{$^{\@thefnmark}$\hss}}
 \if@twocolumn
 \twocolumn[\@maketitle]
 \else \newpage
 \global\@topnum\z@ \@maketitle \fi\@thanks
 \endgroup
 \setcounter{footnote}{0}
 \let\maketitle\relax
 \let\@maketitle\relax
 \gdef\@thanks{}\gdef\@author{}\gdef\@title{}\let\thanks\relax}

\def\@maketitle{\newpage
 \null
 \vskip 2em \begin{center}
 {\large \bf \@title \par} \vskip 1.5em {\large \lineskip .5em
\begin{tabular}[t]{c}\@name \\ \@address 
 \end{tabular}\par} \end{center}
 \par
 \vskip 1.5em} 

\def\title#1{\gdef\@title{\uppercase{#1}}}
\def\name#1{\gdef\@name{{\em #1}\\}}
\def\address#1{\gdef\@address{#1}}

\def\twoauthors#1#2#3#4{\gdef\@address{}
   \gdef\@name{\begin{tabular}{@{}c@{}}
        {\em #1} \\ \\
        #2\relax
   \end{tabular}\hskip 1in\begin{tabular}{@{}c@{}}
        {\em #3} \\ \\
        #4\relax
\end{tabular}}}

\def\@sect#1#2#3#4#5#6[#7]#8{
   \refstepcounter{#1}\edef\@svsec{\csname the#1\endcsname.\hskip 0.6em}
       \begingroup \ifnum #2=1\bf\centering
          {\interlinepenalty \@M
             \@svsec\uppercase{#8}\par}\else\ifnum #2=2\bf
          \noindent{\interlinepenalty \@M \@svsec #8\par}\else\it
          \@hangfrom{\hskip\parindent}{\interlinepenalty \@M
             \@svsec #8\par}\fi\fi\endgroup
       \csname #1mark\endcsname{#7}\addcontentsline
         {toc}{#1}{\protect\numberline{\csname the#1\endcsname} #7}
     \@tempskipa #5\relax
     \@xsect{\@tempskipa}}

\def\abstract{\begin{center}
{\bf ABSTRACT\vspace{-.5em}\vspace{0pt}} 
\end{center}}
\def\endabstract{\par}

\def\thebibliography#1{\section{References}\list
 {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}\leftmargin\labelwidth
 \advance\leftmargin\labelsep
 \setlength\itemsep{0.0pt}
 \setlength\parsep{0.0pt}
 \setlength\topsep{0.0pt}
 \setlength\partopsep{0.0pt}
 \usecounter{enumi}}
 \def\newblock{\hskip .11em plus .33em minus .07em}
 \sloppy\clubpenalty4000\widowpenalty4000
 \sfcode`\.=1000\relax}
\let\endthebibliography=\endlist


\flushbottom