From: Tim Pope Date: Sun, 16 Nov 2003 19:05:01 +0000 (+0000) Subject: Tied month to year in format.date X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=3c18124ab4dde0a032ba1fabb4721b8cf6eb6033;hp=4e1bac217f82c9fd6f18d5e3e75423298c28b540 Tied month to year in format.date --- diff --git a/mlastyle.bst b/mlastyle.bst index 52c6404..f74f8fd 100644 --- a/mlastyle.bst +++ b/mlastyle.bst @@ -385,7 +385,7 @@ FUNCTION {format.date} } { month empty$ 'year - { month " " * year * } + { month "~" * year * } if$ } if$