[l2h] tilde in the bibliography

Jens Krinke Jens Krinke <krinke@fmi.uni-passau.de>
Wed, 21 Apr 1999 15:52:17 +0200 (MET DST)


--tV7vEF7jZ2
Content-Type: text/plain; charset=us-ascii
Content-Description: message body text
Content-Transfer-Encoding: 7bit

Hi,

I suggest to remove the special translation of `~' in
`do_env_thebibliography', because

 * they will be removed automatically later

 * commands (like \url or \htlink) cannot catch `~' in their arguments.

Opinions?

Jens Krinke


--tV7vEF7jZ2
Content-Type: text/plain
Content-Description: Path
Content-Disposition: inline;
	filename="latex2html.patch"
Content-Transfer-Encoding: 7bit

--- latex2html.orig	Mon Apr 19 16:36:36 1999
+++ latex2html	Wed Apr 21 15:46:27 1999
@@ -11411,8 +11411,9 @@
     s/^\s*//;
     $* = 0;	# Multiline matching OFF
 
+    #JKR: We don't really need this here, do we?
     # Replace non-breaking spaces, particularly in author names.
-    s/([^\\])~/$1 /g; # Replace non-breaking spaces.
+    #s/([^\\])~/$1 /g; # Replace non-breaking spaces.
 
     $_ = &translate_environments($_);
     $_ = &translate_commands($_);

--tV7vEF7jZ2--