%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % File: sp_conf.sty (LaTeX Document style option "sp_conf") % % Usage: \documentclass{article} % \usepackage{sp_conf} % % Or for LaTeX 2.09: % Usage: \documentstyle[...,sp_conf,...]{article} % % Purpose: % % Style file for Signal Processing Society Conferences (ICASSP, ICIP). % Features: % - correct page size (175mm x 226mm) % - twocolumn format % - boldfaced, numbered, and centered section headings % - correct subsection and subsubsection headings % - use \title{xx} for title, will be typeset all uppercase % - use \name{xx} for author name(s) only, will be typeset in italics % - use \address{xx} for one address of all authors % - use \twoauthors{author1}{address1}{author2}{address2} % for two (or more) authors with two separate addresses % - note: no need for \author nor \date % - optional: can use \thanks{xx} within \name or \twoauthors, % asterisk is not printed after name nor in footnote % - optional: can use \sthanks{xx} after each name within \name or % \twoauthors if different thanks for each author, % footnote symbol will appear for each name and footnote % - optional: use \ninept to typeset text in 9 pt; default is 10pt. % % Example of use for one or more authors at a common address and % common support. For distinct support acknowledgments, % use \sthanks{xx} after each name. % % \documentstyle[sp_conf]{article} % \title{Title of the paper} % \name{George P. Burdell and John Q. 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 % . % \end{document} % % Example of use for two authors at two distinct addresses with only % one support acknowledgment. For distinct support acknowledgments, % use \sthanks{xx} after each name. % % \documentstyle[sp_conf]{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} % OPTIONAL --> \ninept <-- OPTIONAL, for nine pt only % \maketitle % \begin{abstract} % This is the abstract for my paper. % \end{abstract} % . % Insert text of paper % . % \end{document} % % % PLEASE REPORT ANY BUGS % % Author: Stephen Martucci -- smartucci@sarnoff.com % % Date: 23 February 1995 % % Modified: Jeffrey O. Coleman % Naval Research Laboratory % jeffc@alum.mit.edu % 5 November, 1999 % % mods: fix margins % fix page numbering % unnumber section heading on bibliography % add command: % \pagestyle{preprint} %comment out this line in submission % \toappear{conf name}{location, date} %default: icassp2000 % \paperstatus{(PREPRINT)} %default: (SUBMITTED) % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \oddsidemargin -.25in \evensidemargin -.25in \headheight 8truemm \headsep 8truemm \topmargin -16truemm \footskip 12truemm \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\thefootnote{\arabic{footnote}}\gdef\@@savethanks{}% \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}} \gdef\@title{\uppercase{title of paper}} \gdef\@name{{\em Name of author}\\} \gdef\@address{Address - Line 1 \\ Address - Line 2 \\ Address - Line 3} \let\@@savethanks\thanks \def\thanks#1{\gdef\thefootnote{}\@@savethanks{#1}} \def\sthanks#1{\gdef\thefootnote{\fnsymbol{footnote}}\@@savethanks{#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} %%% Strings for the preprint titlepage header/footer: \def\paperstatus#1{\gdef\@paperstatus{#1}} \let\@paperstatus\relax \paperstatus{(SUBMITTED)} \def\toappear#1#2{\gdef\@toappearone{#1}\gdef\@toappeartwo{#2}} \let\@toappearone\relax\let\@toappeartwo\relax \toappear{IEEE International Conference on Acoustics, Speech, and Signal Processing}{$\dot{I}\!$stanbul, Turkey, June 5--9, 2000} \newif\if@preprint\@preprintfalse \def\ds@preprint{\@preprinttrue} \def\ps@preprint{\let\@mkboth\@gobbletwo \def\@oddhead{\rlap{\it\begin{tabular}[t]{l}\@toappearone\\\@toappeartwo\end{tabular}}\hfil \gdef\@toappearone{}\gdef\@toappeartwo{}} \def\@oddfoot{\rlap{\it\@paperstatus}\hfil\thepage\hfil\gdef\@paperstatus{}}} \def\ps@submission{\def\@oddfoot{}\def\@oddhead{\hfil\thepage}} \if@preprint\ps@preprint \else\ps@submission\flushbottom\fi \def\thebibliography#1{\section*{\centerline{\normalsize\bf REFERENCES}}\list {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}\leftmargin\labelwidth \advance\leftmargin\labelsep \usecounter{enumi}} \def\newblock{\hskip .11em plus .33em minus .07em} \sloppy\clubpenalty4000\widowpenalty4000 \sfcode`\.=1000\relax} \let\endthebibliography=\endlist \flushbottom %%%% EOF