diff options
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/swebib/swealpha.bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/swebib/swealpha.bst | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/Master/texmf-dist/bibtex/bst/swebib/swealpha.bst b/Master/texmf-dist/bibtex/bst/swebib/swealpha.bst index d5191bfca31..bf42b0794e4 100644 --- a/Master/texmf-dist/bibtex/bst/swebib/swealpha.bst +++ b/Master/texmf-dist/bibtex/bst/swebib/swealpha.bst @@ -1,5 +1,5 @@ %% swealpha.bst (Swedish version of BibTeX standard bibliography style `alpha') -%% Copyright 2000 Lars Engebretsen +%% Copyright 2003 Lars Engebretsen % % This program may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.2 @@ -9,7 +9,8 @@ % and version 1.2 or later is part of all distributions of LaTeX % version 1999/12/01 or later. % -% This program consists of the files sweabbrv.bst, swealpha.bst, sweplain.bst +% This program consists of the files sweabbrv.bst, swealpha.bst, +% sweplain.bst, sweplnat.bst, and sweunsrt.bst ENTRY { address @@ -224,8 +225,8 @@ FUNCTION {format.editors} { "" } { editor format.names editor num.names$ #1 > - { ", redaktörer" * } - { ", redaktör" * } + { ", redakt\" * quote$ * "orer" * } + { ", redakt\" * quote$ * "or" * } if$ } if$ @@ -336,8 +337,8 @@ FUNCTION {format.edition} { edition empty$ { "" } { output.state mid.sentence = - { edition "l" change.case$ " utgåva" * } - { edition "t" change.case$ " utgåva" * } + { edition "l" change.case$ " utg\aa van" * } + { edition "t" change.case$ " utg\aa van" * } if$ } if$ @@ -417,8 +418,8 @@ FUNCTION {format.in.ed.booktitle} { booktitle empty$ { "" } { editor empty$ - { "I " booktitle emphasize * } - { "I " format.editors * ", " * booktitle emphasize * } + { "I: " booktitle emphasize * } + { "I: " format.editors * ", " * booktitle emphasize * } if$ } if$ @@ -461,10 +462,10 @@ FUNCTION {format.article.crossref} warning$ "" } - { "I {\em " journal * "\/}" * } + { "I: {\em " journal * "\/}" * } if$ } - { "I " key * } + { "I: " key * } if$ " \cite{" * crossref * "}" * } @@ -489,7 +490,7 @@ FUNCTION {format.crossref.editor} FUNCTION {format.book.crossref} { volume empty$ { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ - "I " + "I: " } { "Band" volume tie.or.space.connect " av " * @@ -525,13 +526,13 @@ FUNCTION {format.incoll.inproc.crossref} crossref * warning$ "" } - { "I {\em " booktitle * "\/}" * } + { "I: {\em " booktitle * "\/}" * } if$ } - { "I " key * } + { "I: " key * } if$ } - { "I " format.crossref.editor * } + { "I: " format.crossref.editor * } if$ " \cite{" * crossref * "}" * } |