You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
715 B
21 lines
715 B
% O V E R C I T E . S T Y
|
|
%
|
|
% version 4.0 (May 2003)
|
|
%
|
|
% Compressed, sorted lists of superscript numerical citations.
|
|
%
|
|
% Copyright (C) 2003 by Donald Arseneau
|
|
% These macros may be freely transmitted, reproduced, or modified
|
|
% provided that this notice is left intact.
|
|
%
|
|
% This package is provided for compatibility with the original
|
|
% overcite.sty. All it does is invoke cite.sty with the option
|
|
% [superscript].
|
|
%
|
|
% It would be a shame to lose this pun.
|
|
%
|
|
% ------------------------------------
|
|
\ProvidesPackage{overcite}[2003/05/27 \space v 4.0]
|
|
\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{cite}}
|
|
\ProcessOptions
|
|
\RequirePackage[superscript]{cite}
|
|
|