diff options
author | Karl Berry <karl@freefriends.org> | 2015-08-19 22:21:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-08-19 22:21:37 +0000 |
commit | a7430311b0a37cfcb0e8340745a04d2fae3294e3 (patch) | |
tree | 5fccbba76962721c5233cd0a1407dd3869497d52 /Master/texmf-dist/bibtex | |
parent | a5a5cee28ab8b5fa9f4897896100a2e15fa370ee (diff) |
chet (19aug15)
git-svn-id: svn://tug.org/texlive/trunk@38161 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/chet/chetref.bst | 26 |
1 files changed, 13 insertions, 13 deletions
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 } |