% ---------------------------------------------------------------------- % I E E E C O N F -- style option for IEEE Conferences, including the % International Conferences on Pattern Recognition % ---------------------------------------------------------------------- % Based on the template produced by Matthew Ward of Worcester % Polytechnic Institute. % Version 1.00--0 Adrian F. Clark 17-Apr-1992 % ---------------------------------------------------------------------- \typeout{IEEE Conference Proceedings style v1.00--0 17-Apr-1992} % ---------------------------------------------------------------------- % Other style files. % ---------------------------------------------------------------------- \input twocolumn.sty % ---------------------------------------------------------------------- % Page dimensions. % ---------------------------------------------------------------------- \setlength{\textheight}{8.75in} \setlength{\columnsep}{2.0pc} \setlength{\textwidth}{6.8in} \setlength{\footheight}{0pt} \setlength{\topmargin}{0.25in} \setlength{\headheight}{0pt} \setlength{\headsep}{0pt} \setlength{\oddsidemargin}{-.19in} \setlength{\parindent}{1pc} % ---------------------------------------------------------------------- % Fiddle about with the appearence of the page, etc. % ---------------------------------------------------------------------- \pagestyle{empty} \def\title#1{\gdef\@title{\Large\bf#1}} \date{} \def\abstract{\thispagestyle{empty}\relax \subsection*{\centering Abstract}\bgroup\em} \def\endabstract{\egroup} \def\subsize{\@setsize\subsize{12pt}\xipt\@xipt} \def\section{\@startsection{section}{1}{\z@}{2ex plus 1ex minus .2ex}{1ex plus .2ex}{\large\bf}} \def\subsection{\@startsection{subsection}{2}{\z@}{1ex plus 1ex} {.2ex plus .2ex}{\subsize\bf}} % ---------------------------------------------------------------------- % End of ieeeconf.sty. % ----------------------------------------------------------------------