From: Tim Pope Date: Fri, 21 Nov 2003 08:48:30 +0000 (+0000) Subject: Accounted for umlauts in enquote X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=6932dd67fd8599e27580c4ea5535d066d7a64b23 Accounted for umlauts in enquote --- diff --git a/mlastyle.bst b/mlastyle.bst index ffe9e71..0beb5e4 100644 --- a/mlastyle.bst +++ b/mlastyle.bst @@ -254,7 +254,8 @@ FUNCTION {enquote} #1 'i := #0 'j := { duplicate$ i #1 substring$ "" = not } - { duplicate$ i #1 substring$ quote$ = + { duplicate$ duplicate$ i #1 substring$ quote$ = + swap$ i #1 - #1 substring$ "\" = not and %" { duplicate$ #1 i #1 - substring$ swap$ i #1 + global.max$ substring$ j