Newsgroups: comp.speech
Path: pavo.csi.cam.ac.uk!pipex!uknet!cam-eng!jam!ajr
From: ajr@jam.eng.cam.ac.uk (Tony Robinson)
Subject: EuroSpeech LaTeX style file (very unofficial)
Sender: ajr@eng.cam.ac.uk (Tony Robinson)
Message-ID: <AJR.93May25170149@jam.eng.cam.ac.uk>
Date: Tue, 25 May 1993 22:01:49 GMT
Nntp-Posting-Host: jam.eng.cam.ac.uk
Organization: Engineering Department, Cambridge University, England.
Lines: 42

I guess that about six hundred people will be thinking about getting around
to writing EuroSpeech papers right now.

To take away some of your fun in getting the typesetting right, I append a
modification of the ICASSP style file which is pretty close to what is
needed.  It is out on two accounts though:

b) it uses nine point, not ten point
a) the title should be larger

The ICASSP style file can be obtained by anonymous ftp from
parcftp.xerox.com in directory pub/icassp, as file icassp.sty-v1.5.

Tony Robinson

% snip

\documentstyle{icassp}
\topmargin      -2.4cm
\oddsidemargin  -1.3cm
\textwidth      18.6cm
\textheight     24.7cm
\columnsep       1.0cm

\begin{document}
\title{ANOTHER REGURGITATED PAPER}
\author{Joe Researcher}
\affiliation{University of Grantabridge}
\maketitle

\begin{abstract}
% this years abstract goes here
\end{abstract}

% insert a rehased version of last years work here

\bibliographystyle{unsrt}
\bibliography{all_my_past_papers}
\end{document}
\bye

% snip
