]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Improve compatibility with more versions of LaTeX2HTML and more LaTeX
authorFred Drake <fdrake@acm.org>
Tue, 8 Jul 2003 15:57:52 +0000 (15:57 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 8 Jul 2003 15:57:52 +0000 (15:57 +0000)
markup.  Not currently needed, but easier to save this now than to
have to figure it out when we do.

Doc/perl/python.perl

index 1459076a167bbf8010f544fc6846dfce29c2fe5a..a0b4551e6dcce3fbc2f24a59d0eca04996163e0c 100644 (file)
@@ -89,6 +89,7 @@ sub do_cmd_let{
 sub do_cmd_textasciitilde{ '&#126;' . $_[0]; }
 sub do_cmd_textasciicircum{ '^' . $_[0]; }
 sub do_cmd_textbar{ '|' . $_[0]; }
+sub do_cmd_texteuro { '&#8364;' . $_[0]); }
 sub do_cmd_textgreater{ '&gt;' . $_[0]; }
 sub do_cmd_textless{ '&lt;' . $_[0]; }
 sub do_cmd_textunderscore{ '_' . $_[0]; }