Minor changes (Martin/Stephen) to make text a little more "future
[ess.git] / doc / dsc2001-rmh / dsc-style.sty
blob056d9c9d91e70b6c53a70e236f23a33823131616
1 %%% dsc-style.sty: a latex style file for DSC papers
3 %%% Copyright (C) 2001 Evgenia Dimitriadou and Andreas Weingessel
4 %%%
5 %%% This program is free software; you can redistribute it and/or modify
6 %%% it under the terms of the GNU General Public License as published by
7 %%% the Free Software Foundation; either version 2, or (at your option)
8 %%% any later version.
9 %%%
10 %%% This program is distributed in the hope that it will be useful, but
11 %%% WITHOUT ANY WARRANTY; without even the implied warranty of
12 %%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 %%% General Public License for more details.
14 %%%
15 %%% A copy of the GNU General Public License is available via WWW at
16 %%% http://www.gnu.org/copyleft/gpl.html. You can also obtain it by
17 %%% writing to the Free Software Foundation, Inc., 675 Mass Ave,
18 %%% Cambridge, MA 02139, USA.
20 %%% Send any bug reports to dsc-org@ci.tuwien.ac.at
22 \def\fileversion{0.9}
23 \def\filename{dsc-style}
24 \def\filedate{2001/01/19}
26 \ProvidesPackage{dsc-style}[\filedate\space\fileversion\space
27 DSC package by ED and AW]
30 \usepackage{graphicx}
32 \oddsidemargin 0.64 in
33 \evensidemargin 0.64 in
34 \textwidth 5in
37 \def\@logo{\includegraphics[height=25mm]{logo.eps}}
41 %\def\@myoddhead{\hspace{-2em} \@logo \hfill
42 % \parbox[b][24mm]{8cm}{\hrule height 4pt \center{ \it{ \textbf{
43 % \large{DSC 2001, March 15-17, Vienna\\[1mm]
44 % Proceedings of the\\[0.45mm]
45 % 2nd International Workshop on\\[1mm]
46 % Distributed Statistical Computing}}}}
47 % \vfill \hrule height 4pt}}
49 \def\@myoddhead{
50 \hspace{-2em} \@logo \hfill
51 \parbox[b][24mm]{89mm}{\hrule height 3pt \center{ \it{ \textbf{
52 {DSC 2001 Proceedings of the 2nd International\\%[0.45mm]
53 Workshop on Distributed Statistical Computing\\%[0.45mm]
54 March 15-17, Vienna, Austria\\%[0.45mm]
55 \small{{http://www.ci.tuwien.ac.at/Conferences/DSC-2001}}}}}}
57 \vfill \hrule height 3pt}}
59 % \def\@myoddhead{
60 % \parbox[b][24mm]{59mm}{ \center{ \it{ \textbf{
61 % {DSC 2001 Proceedings of the\\[0.45mm]
62 % 2nd International Workshop on\\[0.45mm]
63 % Distributed Statistical Computing\\[0.45mm]
64 % March 15-17, Vienna, Austria}}}}
65 % \vfill }
66 % \hfill \@logo}
69 \def\maketitle{\@oddhead{\@myoddhead} \par
70 \begingroup
71 \def\thefootnote{\fnsymbol{footnote}}
72 \def\@makefnmark{\hbox to 0pt{$^{\@thefnmark}$\hss}}
73 \long\def\@makefntext##1{\parindent 1em\noindent
74 \hbox to1.8em{\hss $\m@th ^{\@thefnmark}$}##1}
75 \@maketitle \@thanks
76 \endgroup
77 \setcounter{footnote}{0}
78 \let\maketitle\relax \let\@maketitle\relax
79 \gdef\@thanks{}\gdef\@author{}\gdef\@title{}\let\thanks\relax
80 \thispagestyle{empty} \markboth{\underline{Proceedings of DSC
81 2001}}{\underline{Proceedings of DSC 2001}}
82 \pagestyle{myheadings}
85 \def\@maketitle{\vbox{\hsize\textwidth
86 \linewidth\hsize \vskip 1in \centering
87 {\LARGE\bf \@title\par}
88 \def\And{\end{tabular}\hfil\linebreak[0]\hfil
89 \begin{tabular}[t]{c}\large\bf\rule{\z@}{24pt}\ignorespaces}%
90 \begin{tabular}[t]{c}\large\bf\rule{\z@}{24pt}\@author\end{tabular}%
91 \vskip 0.3in minus 0.1in}}