Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7898ccd

Browse files
committed
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.
1 parent 9a5b6a6 commit 7898ccd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/perl/python.perl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ sub do_cmd_let{
8989
sub do_cmd_textasciitilde{ '~' . $_[0]; }
9090
sub do_cmd_textasciicircum{ '^' . $_[0]; }
9191
sub do_cmd_textbar{ '|' . $_[0]; }
92+
sub do_cmd_texteuro { '€' . $_[0]); }
9293
sub do_cmd_textgreater{ '>' . $_[0]; }
9394
sub do_cmd_textless{ '<' . $_[0]; }
9495
sub do_cmd_textunderscore{ '_' . $_[0]; }

0 commit comments

Comments
 (0)