summaryrefslogtreecommitdiff
path: root/biblio/bibtex/contrib/named/named.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 /biblio/bibtex/contrib/named/named.sty
Initial commit
Diffstat (limited to 'biblio/bibtex/contrib/named/named.sty')
-rw-r--r--biblio/bibtex/contrib/named/named.sty10
1 files changed, 10 insertions, 0 deletions
diff --git a/biblio/bibtex/contrib/named/named.sty b/biblio/bibtex/contrib/named/named.sty
new file mode 100644
index 0000000000..ae3e153e3b
--- /dev/null
+++ b/biblio/bibtex/contrib/named/named.sty
@@ -0,0 +1,10 @@
+% /usr/local/lib/tex/bibtex/named.sty, Mon Jun 29 13:16:46 1992
+% Edit by Nelson H. F. Beebe <beebe@plot79.math.utah.edu>
+%
+% This LaTeX option file is for use with bibliographies produced with
+% named.bst.
+%
+\let\@internalcite\cite
+\def\cite{\def\citeauthoryear##1##2{##1, ##2}\@internalcite}
+\def\shortcite{\def\citeauthoryear##1##2{##2}\@internalcite}
+\def\@biblabel#1{\def\citeauthoryear##1##2{##1, ##2}[#1]\hfill}