From: "Saved by Windows Internet Explorer 7"
Subject: 
Date: Sat, 7 Feb 2009 04:40:58 -0000
MIME-Version: 1.0
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.icitst.org/latex8.sty
X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<META content=3D"MSHTML 6.00.6001.18183" name=3DGENERATOR></HEAD>
<BODY><PRE>% =
---------------------------------------------------------------=20
%
% $Id: latex8.sty,v 1.2 1995/09/15 15:31:13 ienne Exp $
%=20
% by Paolo.Ienne@di.epfl.ch=20
%
% ---------------------------------------------------------------=20
%
% no guarantee is given that the format corresponds perfectly to=20
% IEEE 8.5" x 11" Proceedings, but most features should be ok.
%
% ---------------------------------------------------------------=20
% with LaTeX2e:
% =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
%
% use as=20
%   \documentclass[times,10pt,twocolumn]{article}=20
%   \usepackage{latex8}
%   \usepackage{times}
%
% ---------------------------------------------------------------=20

% with LaTeX 2.09:
% =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
%
% use as=20
%   \documentstyle[times,art10,twocolumn,latex8]{article}
%
% ---------------------------------------------------------------=20
% with both versions:
% =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
%
% specify \pagestyle{empty} to omit page numbers in the final=20
% version
%
% specify references as
%   \bibliographystyle{latex8}
%   \bibliography{...your files...}
%
% use Section{} and SubSection{} instead of standard section{}=20
%    and subsection{} to obtain headings in the form=20
%    "1.3. My heading"
%
% ---------------------------------------------------------------

\typeout{IEEE 8.5 x 11-Inch Proceedings Style `latex8.sty'.}

% ten point helvetica bold required for captions
% in some sites the name of the helvetica bold font may differ,=20
% change the name here:
\font\tenhv  =3D phvb at 10pt
%\font\tenhv  =3D phvb7t at 10pt

% eleven point times bold required for second-order headings=20
% \font\elvbf  =3D cmbx10 scaled 1100
\font\elvbf  =3D ptmb scaled 1100

% set dimensions of columns, gap between columns, and paragraph indent=20
\setlength{\textheight}{8.875in}
\setlength{\textwidth}{6.875in}
\setlength{\columnsep}{0.3125in}
\setlength{\topmargin}{0in}
\setlength{\headheight}{0in}
\setlength{\headsep}{0in}
\setlength{\parindent}{1pc}
\setlength{\oddsidemargin}{-.304in}
\setlength{\evensidemargin}{-.304in}

% memento from size10.clo
% \normalsize{\@setfontsize\normalsize\@xpt\@xiipt}=20
% \small{\@setfontsize\small\@ixpt{11}}
% \footnotesize{\@setfontsize\footnotesize\@viiipt{9.5}}=20
% \scriptsize{\@setfontsize\scriptsize\@viipt\@viiipt}
% \tiny{\@setfontsize\tiny\@vpt\@vipt}
% \large{\@setfontsize\large\@xiipt{14}}=20
% \Large{\@setfontsize\Large\@xivpt{18}}=20
% \LARGE{\@setfontsize\LARGE\@xviipt{22}}=20
% \huge{\@setfontsize\huge\@xxpt{25}}
% \Huge{\@setfontsize\Huge\@xxvpt{30}}

\def\@maketitle
   {
   \newpage
   \null
   \vskip .375in=20
   \begin{center}
      {\Large \bf \@title \par}=20
      % additional two empty lines at the end of the title=20
      \vspace*{24pt}=20
      {
      \large=20
      \lineskip .5em
      \begin{tabular}[t]{c}
         \@author=20
      \end{tabular}
      \par
      }=20
      % additional small space at the end of the author name=20
      \vskip .5em=20
      {
       \large=20
      \begin{tabular}[t]{c}
         \@affiliation=20
      \end{tabular}
      \par=20
      \ifx \@empty \@email
      \else
         \begin{tabular}{r@{~}l}
            E-mail: &amp; {\tt \@email}
         \end{tabular}
         \par
      \fi
      }
      % additional empty line at the end of the title block=20
      \vspace*{12pt}=20
   \end{center}
   }=20

\def\abstract
   {%
   \centerline{\large\bf Abstract}%
   \vspace*{12pt}%
   \it%
   }

\def\endabstract
   {
   % additional empty line at the end of the abstract=20
   \vspace*{12pt}=20
   }

\def\affiliation#1{\gdef\@affiliation{#1}} \gdef\@affiliation{}

\def\email#1{\gdef\@email{#1}}
\gdef\@email{}

\newlength{\@ctmp}
\newlength{\@figindent}
\setlength{\@figindent}{1pc}

\long\def\@makecaption#1#2{
   \vskip 10pt
   \setbox\@tempboxa\hbox{\tenhv\noindent #1.~#2}=20
   \setlength{\@ctmp}{\hsize}
   \addtolength{\@ctmp}{-\@figindent}\addtolength{\@ctmp}{-\@figindent}=20
   % IF longer than one indented paragraph line
   \ifdim \wd\@tempboxa &gt;\@ctmp
      % THEN set as an indented paragraph
      \begin{list}{}{\leftmargin\@figindent \rightmargin\leftmargin}=20
         \item[]\tenhv #1.~#2\par
      \end{list}
   \else
      % ELSE center
      \hbox to\hsize{\hfil\box\@tempboxa\hfil}=20
   \fi}

% correct heading spacing and type
\def\section{\@startsection {section}{1}{\z@}
   {14pt plus 2pt minus 2pt}{14pt plus 2pt minus 2pt} {\large\bf}}=20
\def\subsection{\@startsection {subsection}{2}{\z@}
   {13pt plus 2pt minus 2pt}{13pt plus 2pt minus 2pt} {\elvbf}}

% add the period after section numbers=20
\newcommand{\Section}[1]{\section{\hskip -1em.~#1}}=20
\newcommand{\SubSection}[1]{\subsection{\hskip -1em.~#1}}

% end of file latex8.sty
% ---------------------------------------------------------------
</PRE></BODY></HTML>
