[Python-checkins] python/dist/src/Doc/tools py2texi.el,1.5,1.6

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
2003年7月15日 20:16:36 -0700


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv1193
Modified Files:
	py2texi.el 
Log Message:
Teach this script about \AA and \aa (the Scandanavian A-ring
characters); \AA is used in whatsnew23.tex.
Index: py2texi.el
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/py2texi.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** py2texi.el	2 Jul 2003 14:44:08 -0000	1.5
--- py2texi.el	16 Jul 2003 03:16:34 -0000	1.6
***************
*** 201,205 ****
 
 (defconst py2texi-commands
! '(("ABC" 0 "ABC")
 ("appendix" 0 (progn (setq appendix t) ""))
 ("ASCII" 0 "ASCII")
--- 201,207 ----
 
 (defconst py2texi-commands
! '(("AA" 0 "@AA{}")
! ("aa" 0 "@aa{}")
! ("ABC" 0 "ABC")
 ("appendix" 0 (progn (setq appendix t) ""))
 ("ASCII" 0 "ASCII")

AltStyle によって変換されたページ (->オリジナル) /