[l2h] Missing \texteuro in 2002-2-1

Daniel Taupin taupind at wanadoo.fr
Tue Jul 1 10:10:28 CEST 2003


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:taupind at wanadoo.fr
   Home/fax: (33)1.60.10.26.44. Rep.: (33)1.60.10.04.13, fax (work) 
(33)1.69.15.60.86













More information about the latex2html mailing list