The \texteuro symbol is misisng in latex2html (last release 2002-2-1 for me).
Here is a patch which makes it work:

*** /usr/src/l2h-2002-2-1/latex2html    Thu Jun 26 11:49:09 2003
--- /usr/local/bin/latex2html   Mon Jun 30 22:15:04 2003
***************
*** 12586,12589 ****
--- 12586,12590 ----
  sub do_cmd_textquoteleft { join('','`', $_[0]);}
  sub do_cmd_textquoteright { join('',''', $_[0]);}
+ sub do_cmd_texteuro { join('','€', $_[0]);}

sub do_cmd_textcompwordmark { join('','', $_[0]);}

---> Pleach include that patch into the next releases.

--
------------------------------------------------------------------------
Daniel Taupin, 91400 ORSAY - France
E-mail= mailto:[EMAIL PROTECTED]
Home/fax: (33)1.60.10.26.44. Rep.: (33)1.60.10.04.13, fax (work) (33)1.69.15.60.86












_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to