summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cite/overcite.sty
blob: ccec9ccdde4692019b8694abc0d619e74dbc00a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%     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}