[Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.116,1.117

Fred L. Drake fdrake@users.sourceforge.net
Mon, 04 Mar 2002 20:04:08 -0800


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory usw-pr-cvs1:/tmp/cvs-serv29139/perl

Modified Files:
	python.perl 
Log Message:
Add implementations for \textgreater and \textless, defined in (relatively)
recent versions of LaTeX2e but not support in LaTeX2HTML.


Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -d -r1.116 -r1.117
*** python.perl	14 Dec 2001 22:50:05 -0000	1.116
--- python.perl	5 Mar 2002 04:04:06 -0000	1.117
***************
*** 89,92 ****
--- 89,94 ----
  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]; }