From: Tim Pope Date: Tue, 8 Feb 2005 15:13:47 +0000 (+0000) Subject: Fixed bug in tie.or.space.connect X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=dff56533bcd958b2e43461718c6522019f973281 Fixed bug in tie.or.space.connect --- diff --git a/mlastyle.bst b/mlastyle.bst index 30b2169..73210a8 100644 --- a/mlastyle.bst +++ b/mlastyle.bst @@ -1,4 +1,4 @@ -% $Id: mlastyle.bst,v 1.18 2003-11-27 05:11:13 tpope Exp $ +% $Id: mlastyle.bst,v 1.19 2005-02-08 15:13:47 tpope Exp $ % BibTeX bibliography style `mlastyle' % Based on BibTeX standard bibliography style `plain' % version 0.99a for BibTeX versions 0.99a or later, LaTeX version 2.09. @@ -539,10 +539,9 @@ FUNCTION {format.btitle} FUNCTION {tie.or.space.connect} { duplicate$ text.length$ #3 < - { "~" } - { do.space } + { "~" swap$ * * } + { swap$ do.space swap$ * } if$ - swap$ * * } FUNCTION {either.or.check}