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

Skip to content

Commit 58fb237

Browse files
committed
Add implementations for \textgreater and \textless, defined in (relatively)
recent versions of LaTeX2e but not support in LaTeX2HTML.
1 parent 9479c95 commit 58fb237

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/perl/python.perl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ sub do_cmd_let{
8888
sub do_cmd_textasciitilde{ '~' . @_[0]; }
8989
sub do_cmd_textasciicircum{ '^' . @_[0]; }
9090
sub do_cmd_textbar{ '|' . @_[0]; }
91+
sub do_cmd_textgreater{ '>' . @_[0]; }
92+
sub do_cmd_textless{ '<' . @_[0]; }
9193
sub do_cmd_infinity{ '∞' . @_[0]; }
9294
sub do_cmd_plusminus{ '±' . @_[0]; }
9395
sub do_cmd_menuselection{ @_[0]; }

0 commit comments

Comments
 (0)