]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Don't use "vol." for journal citations.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 16 Jan 2017 15:57:50 +0000 (10:57 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 16 Jan 2017 15:57:50 +0000 (10:57 -0500)
mjo.bst

diff --git a/mjo.bst b/mjo.bst
index bba4c7da9530df90cbb26715b9316d59b44cfdff..f85e8aa4a45d03e72be55756d3b6ff6e1c7e02e3 100644 (file)
--- a/mjo.bst
+++ b/mjo.bst
@@ -675,8 +675,8 @@ FUNCTION {format.journal.eid}
 FUNCTION {format.vol.num.pages}
 { volume field.or.null
   duplicate$ empty$ 'skip$
-    {
-      bbl.volume swap$ tie.or.space.prefix
+    { % Replaced "vol." with the empty string here.
+      "" swap$ tie.or.space.prefix
       "volume" bibinfo.check
       * *
     }