summaryrefslogtreecommitdiffstats
path: root/Doc/perl
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-07-08 15:57:52 (GMT)
committerFred Drake <fdrake@acm.org>2003-07-08 15:57:52 (GMT)
commit7898ccdd63cd83c5f2d2b0af89ed404c08198b52 (patch)
treea8d40d8257b95c1b139ee13324f19b7d2ee546cd /Doc/perl
parent9a5b6a6f086dca47cd2fd8a2bf6215acc93be0b1 (diff)
downloadcpython-7898ccdd63cd83c5f2d2b0af89ed404c08198b52.zip
cpython-7898ccdd63cd83c5f2d2b0af89ed404c08198b52.tar.gz
cpython-7898ccdd63cd83c5f2d2b0af89ed404c08198b52.tar.bz2
Improve compatibility with more versions of LaTeX2HTML and more LaTeX
markup. Not currently needed, but easier to save this now than to have to figure it out when we do.
Diffstat (limited to 'Doc/perl')
-rw-r--r--Doc/perl/python.perl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl
index 1459076..a0b4551 100644
--- a/Doc/perl/python.perl
+++ b/Doc/perl/python.perl
@@ -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]; }