summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cite/overcite.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/cite/overcite.sty
Initial commit
Diffstat (limited to 'macros/latex/contrib/cite/overcite.sty')
-rw-r--r--macros/latex/contrib/cite/overcite.sty21
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/latex/contrib/cite/overcite.sty b/macros/latex/contrib/cite/overcite.sty
new file mode 100644
index 0000000000..ccec9ccdde
--- /dev/null
+++ b/macros/latex/contrib/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}