[Python-checkins] python/dist/src/Doc/tools py2texi.el,1.3,1.4

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 02 Jul 2003 07:22:50 -0700


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv30942

Modified Files:
	py2texi.el 
Log Message:
Fill out the set of macros and environments supported somewhat.
Some of this is still pretty iffy.


Index: py2texi.el
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/py2texi.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** py2texi.el	13 Nov 2002 19:31:04 -0000	1.3
--- py2texi.el	2 Jul 2003 14:22:48 -0000	1.4
***************
*** 120,123 ****
--- 120,126 ----
  	     "@bye\n"))
      ("enumerate" 0 "@enumerate" "@end enumerate")
+     ("envdesc" 2 (concat "\n@table @code"
+                          "\n@item @backslash{}begin@{\\1@}\\2")
+      "@end table\n")
      ("excdesc" 1
       (progn (setq obindex t)
***************
*** 145,148 ****
--- 148,154 ----
  			      "@item ------- @tab ------ @tab ------\n")
       "@end multitable\n")
+     ("macrodesc" 2 (concat "\n@table @code"
+                            "\n@item \\1@{\\2@}")
+      "@end table\n")
      ("memberdesc" 1
       (progn (setq findex t)
***************
*** 232,235 ****
--- 238,242 ----
      ("e" 0 "@backslash{}")
      ("else" 0 (concat "@end ifinfo\n@" (setq last-if "iftex")))
+     ("env" 1 "@code{\\1}")
      ("EOF" 0 "@code{EOF}")
      ("email" 1 "@email{\\1}")
***************
*** 240,243 ****
--- 247,251 ----
      ("fi" 0 (concat "@end " last-if))
      ("file" 1 "@file{\\1}")
+     ("filenq" 1 "@file{\\1}")
      ("filevar" 1 "@file{@var{\\1}}")
      ("footnote" 1 "@footnote{\\1}")
***************
*** 271,274 ****
--- 279,283 ----
      ("localmoduletable" 0 "")
      ("longprogramopt" 1 "@option{--\\1}")
+     ("macro" 1 "@code{@backslash{}\\1}")
      ("mailheader" 1 "@code{\\1}")
      ("makeindex" 0 "")
***************
*** 360,363 ****
--- 369,373 ----
      ("tableofcontents" 0 "")
      ("term" 1 "@item \\1")
+     ("TeX" 0 "@TeX{}")
      ("textasciitilde" 0 "~")
      ("textasciicircum" 0 "^")