summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/spie/spiebib.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/spie/spiebib.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/spie/spiebib.bst7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/bibtex/bst/spie/spiebib.bst b/Master/texmf-dist/bibtex/bst/spie/spiebib.bst
index 82a753f597a..f2e7eb115ba 100644
--- a/Master/texmf-dist/bibtex/bst/spie/spiebib.bst
+++ b/Master/texmf-dist/bibtex/bst/spie/spiebib.bst
@@ -1,5 +1,4 @@
-
-% spiebib.bst - Version 2.6
+% spiebib.bst - Version 2.7
% for Proc. SPIE, remove comma between journal name and vol.
% BibTeX bibliography style file for MaxEnt95
% Essentially same as ieeetr.sty,
@@ -15,6 +14,8 @@
% Put 'volume' in bold after 'series' in "collection", "incollection",
% and "inproceedings".
% Aug. 29, 2001 (kmh) Ken Hanson
+% insert ~ in volume bold line to avoid line break between journal and volume
+% Jan. 23, 2006 (kmh)
%
% IEEE Transactions bibliography style (29-Jan-88 version)
% numeric labels, order-of-reference, IEEE abbreviations,
@@ -435,7 +436,7 @@ FUNCTION {format.journal.volume.number}
if$
volume empty$ %% kmh - warning if no volume
{ "empty volume in " cite$ * warning$ " " *}
- { " " * volume bold *} %% kmh - make volume bold
+ { "~" * volume bold *} %% kmh - make volume bold
%% { "vol.~" volume * }
if$
month empty$