[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / docs / abstracts / abstracts.sty
1 \newcounter{refnumber}[section]
2
3 \renewcommand{\therefnumber}{\arabic{refnumber}}
4
5 \newcommand{\reference}[4]{     % authors, title, details, abstract
6 \refstepcounter{refnumber} 
7 \large
8 {\bf \therefnumber.}  #1, {\em #2}, #3.
9 \normalsize
10 \begin{quote}
11 #4
12 \end{quote}
13 \vspace{0.2in}
14 }
15
16 \newcommand{\shortreference}[3]{        % authors, title, details
17 \large
18 $\bullet$ #1, {\em #2}, #3.
19 }
20
21
22 \newcommand{\GlasgowNinetyTwo}[1]
23         {Functional Programming, Glasgow 1992, Springer Verlag Workshops in Computing}
24 \newcommand{\GlasgowNinetyThree}[1]
25         {Glasgow Functional Programming Group Workshop, Ayr, July 1993}
26 \newcommand{\GlasgowNinetyOne}
27         {Functional Programming, Glasgow 1991, Springer Verlag Workshops in Computing}
28
29 % \newcommand{\Haskell}[1]{{\sc Haskell}}
30