From a7430311b0a37cfcb0e8340745a04d2fae3294e3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 19 Aug 2015 22:21:37 +0000 Subject: chet (19aug15) git-svn-id: svn://tug.org/texlive/trunk@38161 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/bibtex/bst/chet/chetref.bst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist/bibtex') diff --git a/Master/texmf-dist/bibtex/bst/chet/chetref.bst b/Master/texmf-dist/bibtex/bst/chet/chetref.bst index 6e304e62636..8a9099f1ee1 100644 --- a/Master/texmf-dist/bibtex/bst/chet/chetref.bst +++ b/Master/texmf-dist/bibtex/bst/chet/chetref.bst @@ -3,7 +3,7 @@ %% from source `test' on 2011/10/04. %% % chetref.bst -% Copyright 2014 Andreas Stergiou +% Copyright 2015 Andreas Stergiou % % This is is basically a copy of nb.bst, with minor stylistic changes and additions. % @@ -219,7 +219,7 @@ FUNCTION {begin.entry} FUNCTION {fin.entry} { output.state #1 = - { ". " write$ newline$ } + { "." write$ newline$ } 'skip$ if$ } @@ -340,10 +340,10 @@ FUNCTION {format.journal} pages first.page * year empty$ { } - { " (" * year * ")" * } + { " (" * year * ")\ignorespaces" * } if$ ndoi "" = { } { "}" * } if$ - "" * + "\ignorespaces" * } if$ } @@ -392,21 +392,21 @@ FUNCTION { arxivprefix } FUNCTION {format.eprint} { eprint empty$ { "" } - { "\normalsize{\texttt{\arxivref{" eprint formatarxiv * "}{" * eprint formatarxiv arxivprefix * "}}}" * } + { "\normalsize{\texttt{\arxivref{" eprint formatarxiv * "}{" * eprint formatarxiv arxivprefix * "}}}\ignorespaces" * } if$ } FUNCTION {format.note} { note empty$ { "" } - { note } + { "" note * "\ignorespaces" * } if$ } FUNCTION {format.date} { year empty$ { "" } - { " (" year * ")" *} + { " (" year * ")\ignorespaces" *} if$ } @@ -434,7 +434,7 @@ FUNCTION {format.edition} FUNCTION {format.pages} { pages empty$ { "" } - { "p.~" pages *} + { "p.~" pages "\ignorespaces" *} if$ } @@ -464,8 +464,8 @@ FUNCTION {article} do.inbook format.note output format.url output - fin.entry - output.spires + %fin.entry + %output.spires newline$ } @@ -486,7 +486,7 @@ FUNCTION {book} format.address output format.pages output format.note output - fin.entry + %fin.entry newline$ } @@ -500,7 +500,7 @@ FUNCTION {inbook} format.pages output format.publisher output format.address output - fin.entry + %fin.entry } FUNCTION {inproceedings} @@ -513,7 +513,7 @@ FUNCTION {inproceedings} format.pages output format.publisher output format.address output - fin.entry + %fin.entry } -- cgit v1.2.3