% ========================================================================= % ieeespl.sty --- For formatting papers for the IEEE % signal processing letters. % % This style file must be used with the ieee.cls document class. % %=========================================================================== % % Usage: % \documentclass[main-options,sub-options,misc-options]{ieee} % \usepackage{ieeespl} % ... etc ... % % more documentation for typesetting papers for journals and % conferences may be found at the beginning of the ieee.cls file. %=========================================================================== % created 5 Sept 1997 %=========================================================================== \typeout{`ieeespl' .} \ProvidesPackage{ieeespl}[1997/09/05] % Name of package provided, date \ifx\i@@@cls\undefined \PackageError{ieeespl}{This package requires the ieee.cls file ^^Jin order to work correctly}{}\endinput\fi \journal{IEEE SIGNAL PROCESSING LETTERS} \def\journal#1{\relax} \centerfigcaptions \iftitlep@ge \ifsubm@t \long\def\@maketitlepage{\newpage% \mbox{}\vfil \begin{center}\blsone \let \footnote \thanks \if@technote {\bfseries\@title\par}\vskip 1.3em{\lineskip .5em \noindent\begin{tabular}[t]{@{}c@{}}\@author\end{tabular}\par} \else \vskip0.2em{\Huge\@title\par}\vskip1.0em% \iftitlep@ge\vfil\fi \noindent{\large\lineskip .5em% \begin{tabular}[t]{@{}c@{}}\@author\end{tabular}\par}% \vskip 0.5in \blsone% \noindent{\@titlepageabstract}% \vskip 0.5in \blsone% \noindent{\@EDICS}% \fi \end{center}\par\vfil\mbox{}} \fi \fi \def\@titlepageabstract{\typeout{ieeespl: Warning! No \noexpand\titlepageabstract given!}} \long\def\titlepageabstract#1{\long\gdef\@titlepageabstract{% \begin{center}\small\bf\abstractname\end{center}\quotation\small{}#1% \endquotation\normalsize\normalstyle}} \def\@EDICS{\typeout{ieeespl: Warning! No \noexpand\EDICS given!}} \long\def\EDICS#1{\long\gdef\@EDICS{% \begin{center}{\Large\bf EDICS: {}#1}\end{center}\normalsize\normalstyle}} %%%%%%%%%%%%%%%%%%%%%%% End of ieeespl.sty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%