summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/cite/overcite.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/cite/overcite.sty')
-rw-r--r--Master/texmf-dist/tex/latex/cite/overcite.sty21
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}