summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-07-16 03:35:41 (GMT)
committerFred Drake <fdrake@acm.org>2003-07-16 03:35:41 (GMT)
commit850026308b88c083e0626197346bf35661572795 (patch)
treec09f857d0480b75c431aa5bec4b795eb6410251b /Doc/tools
parent3605ae5966afdd58ebe95e26b457cf4b72fd86f2 (diff)
downloadcpython-850026308b88c083e0626197346bf35661572795.zip
cpython-850026308b88c083e0626197346bf35661572795.tar.gz
cpython-850026308b88c083e0626197346bf35661572795.tar.bz2
Simple support for the alltt environment.
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/py2texi.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/tools/py2texi.el b/Doc/tools/py2texi.el
index a3fb94e..f35bfd1 100644
--- a/Doc/tools/py2texi.el
+++ b/Doc/tools/py2texi.el
@@ -189,7 +189,9 @@ Otherwise a generated Info file name is used.")
"@multitable @columnfractions .20 .20 .20 .20 .20\n"
"@item \\3 @tab \\4 @tab \\5 @tab \\6 @tab \\7\n"
"@item ------- @tab ------- @tab ------- @tab ------- @tab -------\n")
- "@end multitable\n"))
+ "@end multitable\n")
+ ("alltt" 0 "@example" "@end example")
+ )
"Associative list defining substitutions for environments.
Each list item is of the form (ENVIRONMENT ARGNUM BEGIN END) where:
- ENVIRONMENT is LaTeX environment name