summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-14 21:55:53 +0000
committerKarl Berry <karl@freefriends.org>2018-12-14 21:55:53 +0000
commit01c5fe4e31b7afa5576b74cae3f220305fa07f47 (patch)
tree1fcfc52bb3bb502bf41e58372c0baa2c36b16b2c /Master/texmf-dist/bibtex
parent6a45e1ed4207f5f056d0d7e95fc392df26fdbd62 (diff)
tugboat (14dec18)
git-svn-id: svn://tug.org/texlive/trunk@49415 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/tugboat/tugboat.bst12
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/bibtex/bst/tugboat/tugboat.bst b/Master/texmf-dist/bibtex/bst/tugboat/tugboat.bst
index a99d7a479b1..ad73920cb98 100644
--- a/Master/texmf-dist/bibtex/bst/tugboat/tugboat.bst
+++ b/Master/texmf-dist/bibtex/bst/tugboat/tugboat.bst
@@ -1,11 +1,15 @@
-%%% $Id: tugboat.bst 205 2018-09-06 17:28:53Z karl $
-%%% Modified for TUGboat from abbrurl.bst:
+%%% $Id: tugboat.bst 210 2018-10-29 18:04:16Z karl $
+%%% TUGboat changes are public domain.
+%%%
+%%% Modified for TUGboat from abbrvurl.bst:
%%% abbreviate "page(s)" to "p(p).",
%%% "volume" to "vol.",
%%% "editor(s)" to "ed(s)".
%%% urlintro=""
%%% reduce long author lists in format.names per Mico.
-%%% TUGboat changes public domain.
+%%% new fields for editors:
+%%% "newpage" - force page break after entry
+%%% "urlnewline" - force line break before url value.
%%% --karl, originally created 24jul18.
%%%
%%% Modification of BibTeX style file /usr/local/texlive/2009/texmf-dist/bibtex/bst/base/abbrv.bst
@@ -624,7 +628,7 @@ FUNCTION {format.in.ed.booktitle}
{ booktitle empty$
{ "" }
{ editor empty$
- { "In " booktitle emphasize * }
+ { "In~" booktitle emphasize * }
{ "In " format.editors * ", " * booktitle emphasize * }
if$
}