summaryrefslogtreecommitdiff
path: root/macros/latex209/contrib/misc/ieeeconf.sty
blob: 71425fb62ae85c0f6fbe727caf5a3530ef8b9b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
% ----------------------------------------------------------------------
% 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 <alien@essex.ac.uk> 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.
% ----------------------------------------------------------------------