summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/swebib/sweplain.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/swebib/sweplain.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/swebib/sweplain.bst29
1 files changed, 15 insertions, 14 deletions
diff --git a/Master/texmf-dist/bibtex/bst/swebib/sweplain.bst b/Master/texmf-dist/bibtex/bst/swebib/sweplain.bst
index e9ca6644438..575a1564d88 100644
--- a/Master/texmf-dist/bibtex/bst/swebib/sweplain.bst
+++ b/Master/texmf-dist/bibtex/bst/swebib/sweplain.bst
@@ -1,5 +1,5 @@
%% sweplain.bst (Swedish version of BibTeX standard bibliography style `plain')
-%% 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
@@ -222,8 +223,8 @@ FUNCTION {format.editors}
{ "" }
{ editor format.names
editor num.names$ #1 >
- { ", redaktörer" * }
- { ", redaktör" * }
+ { ", redakt\" * quote$ * "orer" * }
+ { ", redakt\" * quote$ * "or" * }
if$
}
if$
@@ -334,8 +335,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$
@@ -415,8 +416,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$
@@ -459,10 +460,10 @@ FUNCTION {format.article.crossref}
warning$
""
}
- { "I {\em " journal * "\/}" * }
+ { "I: {\em " journal * "\/}" * }
if$
}
- { "I " key * }
+ { "I: " key * }
if$
" \cite{" * crossref * "}" *
}
@@ -487,7 +488,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 " *
@@ -523,13 +524,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 * "}" *
}