Hi all,

        Firstly we are running latex2html, version 98.1p1
and its very nice indeed (a British understatement).

        I do have a problem though. I have the following
LaTeX file:

-------------------------------
\documentclass{article}
\usepackage{html}
 
\begin{document}
  
\begin{rawhtml}
Å
\end{rawhtml}
   
\end{document}
-------------------------------

When I run latex2html my index file has the string \AA{}
instead of Å or Å. This is a chnage in behaviour from
the 97.1 version.

The actual string is being changed on line 7793 of latex2html

  s/$named_entity_rx/( $character_map ?
       eval 
"\$${character_map}_character_map_inv\{\$${character_map}_character_map{'$1'}}" :
         $iso_8859_1_character_map_inv{$iso_8859_1_character_map{$1}} ||
         $iso_10646_character_map_inv{$iso_10646_character_map{$1}})/geo;

in the function &revert_to_raw_tex.

Why am I getting \AA{} and how do I stop latex2html mangling
my raw HTML?

                        Thanks in advance, Anthony.

-- 
Anthony R Iano-Fletcher        [EMAIL PROTECTED]
                               http://cbel.dcrt.nih.gov/~arif
                               CBEL, CIT, NIH, Bethesda, MD, USA.
                               Phone: (+1) 301 402 1741.

Reply via email to