projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9479c95
)
Add implementations for \textgreater and \textless, defined in (relatively)
author
Fred Drake
<fdrake@acm.org>
Tue, 5 Mar 2002 04:04:06 +0000
(
04:04
+0000)
committer
Fred Drake
<fdrake@acm.org>
Tue, 5 Mar 2002 04:04:06 +0000
(
04:04
+0000)
recent versions of LaTeX2e but not support in LaTeX2HTML.
Doc/perl/python.perl
patch
|
blob
|
history
diff --git
a/Doc/perl/python.perl
b/Doc/perl/python.perl
index 3b551390c7e85d1f7ac076643d4e2c4365600a62..8968df36ab793e3406b0ac492e5deb69d9b69b47 100644
(file)
--- a/
Doc/perl/python.perl
+++ b/
Doc/perl/python.perl
@@
-88,6
+88,8
@@
sub do_cmd_let{
sub do_cmd_textasciitilde{ '~' . @_[0]; }
sub do_cmd_textasciicircum{ '^' . @_[0]; }
sub do_cmd_textbar{ '|' . @_[0]; }
+sub do_cmd_textgreater{ '>' . @_[0]; }
+sub do_cmd_textless{ '<' . @_[0]; }
sub do_cmd_infinity{ '∞' . @_[0]; }
sub do_cmd_plusminus{ '±' . @_[0]; }
sub do_cmd_menuselection{ @_[0]; }