% This is TOPNUM.STY as of 28-May-1990
%
% It provides an additional pagestyle for LaTeX 2.09:
% The 'topnum' pagestyle will set the page number enclosed by dashes
% centered at the top of each page. The bottom remains empty.
%
% Example usage:
%
% ...
% \documentstyle[topnum]{article}
% \pagestyle{topnum}
% \begin{document}
% ...
%

\def\ps@topnum{\let\@mkboth\@gobbletwo
     \def\@oddfoot{}\def\@oddhead{\rm\hfil--{} \thepage
     {} --\hfil}\def\@evenfoot{}\let\@evenhead\@oddhead}

% -eof-
