diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:53:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:53:03 +0000 |
commit | 937cf3132125ac1442ce180ab23325b26c62743f (patch) | |
tree | 6194fd89fbc556907e5eb5a092c30991d95d0af8 /Master/texmf-dist/tex/latex/cite/overcite.sty | |
parent | 0c9405f885f771f05b1a96ff3d298cc1a814966b (diff) |
cite
git-svn-id: svn://tug.org/texlive/trunk@758 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/cite/overcite.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/cite/overcite.sty | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/cite/overcite.sty b/Master/texmf-dist/tex/latex/cite/overcite.sty new file mode 100644 index 00000000000..ccec9ccdde4 --- /dev/null +++ b/Master/texmf-dist/tex/latex/cite/overcite.sty @@ -0,0 +1,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} |