[tex-live] Xindy searchpath

Vladimir Volovich vvv at vsu.ru
Sat Jun 19 17:17:30 CEST 2010


"AK" == Akira Kakuto writes:

 AK> -    $s =~ s:[\\\"]:\\&1:g ;		# quote double-quote and backslash
 AK> +    $s =~ s:[\\\"]:\\$1:g ;		# quote double-quote and backslash

this ought to be

    $s =~ s:([\\\"]):\\$1:g ;           # quote double-quote and backslash

Best,
v.


More information about the tex-live mailing list