[Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.98.2.1,1.98.2.2
Fred L. Drake
fdrake@users.sourceforge.net
2001年4月20日 22:56:30 -0700
- Previous message: [Python-checkins] CVS: python/dist/src/Doc/lib libcurses.tex,1.31,1.32 librandom.tex,1.24,1.25 libstdtypes.tex,1.53,1.54
- Next message: [Python-checkins] CVS: python/dist/src/Doc/lib libcurses.tex,1.31,1.31.2.1 librandom.tex,1.24,1.24.4.1 libstdtypes.tex,1.52,1.52.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Doc/perl
In directory usw-pr-cvs1:/tmp/cvs-serv29173/perl
Modified Files:
Tag: release21-maint
python.perl
Log Message:
The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add
support for it here.
Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.98.2.1
retrieving revision 1.98.2.2
diff -C2 -r1.98.2.1 -r1.98.2.2
*** python.perl 2001年04月18日 17:29:14 1.98.2.1
--- python.perl 2001年04月21日 05:56:28 1.98.2.2
***************
*** 87,90 ****
--- 87,91 ----
sub do_cmd_textasciitilde{ '~' . @_[0]; }
+ sub do_cmd_textasciicircum{ '^' . @_[0]; }
- Previous message: [Python-checkins] CVS: python/dist/src/Doc/lib libcurses.tex,1.31,1.32 librandom.tex,1.24,1.25 libstdtypes.tex,1.53,1.54
- Next message: [Python-checkins] CVS: python/dist/src/Doc/lib libcurses.tex,1.31,1.31.2.1 librandom.tex,1.24,1.24.4.1 libstdtypes.tex,1.52,1.52.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]