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

--- 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($_);

Reply via email to