summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/swebib/sweplain.bst
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2006-11-06 01:06:06 +0000
committerNorbert Preining <preining@logic.at>2006-11-06 01:06:06 +0000
commit6ebd159ea2e62827f832b12137ec75a322e32ec0 (patch)
tree317793a8c1f76e8d6dcf3046420392fbd599f4ba /Master/texmf-dist/bibtex/bst/swebib/sweplain.bst
parent3d2caaeddabf9f9bf2b309c6d3ba42e6b5dc71fa (diff)
Again loads of updates due to a long train ride
updates to: eskdx screenplay syntax (dvi->pdf) swebib substr (dvi->pdf) stdpage (one new test file) stdclsdv (dvi->pdf) ssqquote sseq sprite splitbib snapshot (pdf doc) smartref (new doc) smalltableof (new doc) siggraph sidecap shorttoc (new doc) sffms script (new doc) scientificpaper (new doc) scale savefnmark (new doc) sauterfonts (new doc) rtkinenc (new doc) added to tpm-ctan-check: tableaux syntax swebib svn supertabular substr subfloat subeqnarray subeqn stdpage stdclsdv stage stack ssqquote sseq srcltx sprite splitbib splines spie soul snapshot smartref smalltableof slideshow siggraph sidecap showlabels showdim shorttoc shadbox sffms seqsplit semaphor script scientificpaper scalebar scale savetrees savesym savefnmark sauterfonts rtkinenc most of them license checked in the TeX Catalogue git-svn-id: svn://tug.org/texlive/trunk@2392 c570f23f-e606-0410-a88d-b1316a301751
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 * "}" *
}