]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo.bst
mjo-complex.tex: new file with a \compconj (complex conjugate) command.
[mjotex.git] / mjo.bst
diff --git a/mjo.bst b/mjo.bst
index 3bf6e633466ae3a0fe0a34f5a81c9747f34a0c8b..f85e8aa4a45d03e72be55756d3b6ff6e1c7e02e3 100644 (file)
--- a/mjo.bst
+++ b/mjo.bst
@@ -276,7 +276,7 @@ FUNCTION {bbl.page}
 { "" }
 
 FUNCTION {bbl.chapter}
-{ "chap." }
+{ "Chapter" }
 
 FUNCTION {bbl.techrep}
 { "Tech. Rep." }
@@ -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
       * *
     }