% supcite.sty   created 05/30/97 by bert@mit.edu
%
% Substyle to use superscripts rather than brackets for marking citations.
% By default, also changes bibliography entries.  Use \normalbibliography
% to get normal []-style bibliography entries.
% You probably want to use plain bibliography style with this file. =)

%%% NOTE: This is adapted from LaTeX 2.09 code.
%%% If this stuff changes in later versions of LaTeX, this'll probably break.

\let\old@biblabel=\@biblabel
\def\normalbibliography{\let\@biblabel=\old@biblabel}

\def\@cite#1#2{$^{\hbox{\scriptsize#1\if@tempswa , #2\fi}}$}
\def\@biblabel#1{$^{\hbox{\scriptsize#1}}$}
