]> 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 5a09e3d0467c59b8f407273a735e24271f2201c9..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." }
@@ -311,46 +311,6 @@ MACRO {nov} {"Nov."}
 
 MACRO {dec} {"Dec."}
 
-MACRO {acmcs} {"ACM Computing Surveys"}
-
-MACRO {acta} {"Acta Informatica"}
-
-MACRO {cacm} {"Communications of the ACM"}
-
-MACRO {ibmjrd} {"IBM Journal of Research and Development"}
-
-MACRO {ibmsj} {"IBM Systems Journal"}
-
-MACRO {ieeese} {"IEEE Transactions on Software Engineering"}
-
-MACRO {ieeetc} {"IEEE Transactions on Computers"}
-
-MACRO {ieeetcad}
- {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"}
-
-MACRO {ipl} {"Information Processing Letters"}
-
-MACRO {jacm} {"Journal of the ACM"}
-
-MACRO {jcss} {"Journal of Computer and System Sciences"}
-
-MACRO {scp} {"Science of Computer Programming"}
-
-MACRO {sicomp} {"SIAM Journal on Computing"}
-
-MACRO {tocs} {"ACM Transactions on Computer Systems"}
-
-MACRO {tods} {"ACM Transactions on Database Systems"}
-
-MACRO {tog} {"ACM Transactions on Graphics"}
-
-MACRO {toms} {"ACM Transactions on Mathematical Software"}
-
-MACRO {toois} {"ACM Transactions on Office Information Systems"}
-
-MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"}
-
-MACRO {tcs} {"Theoretical Computer Science"}
 FUNCTION {bibinfo.check}
 { swap$
   duplicate$ missing$
@@ -715,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
       * *
     }