diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-29 20:09:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-29 20:09:27 (GMT) |
commit | 75930b31e25c4c45f2a2f7e3f568515de29c68f9 (patch) | |
tree | 66e76fc0e4332b9b71f956dde2fd6f59ad2a2f0e /Doc | |
parent | e294cf620aa0dc6e51afa2e54d213ae6526ec5bc (diff) | |
download | cpython-75930b31e25c4c45f2a2f7e3f568515de29c68f9.zip cpython-75930b31e25c4c45f2a2f7e3f568515de29c68f9.tar.gz cpython-75930b31e25c4c45f2a2f7e3f568515de29c68f9.tar.bz2 |
Added table entries for \funcline and \funclineni.
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/tools/sgmlconv/latex2esis.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tools/sgmlconv/latex2esis.py b/Doc/tools/sgmlconv/latex2esis.py index 5f686d5..43ed2c5 100755 --- a/Doc/tools/sgmlconv/latex2esis.py +++ b/Doc/tools/sgmlconv/latex2esis.py @@ -336,6 +336,8 @@ def main(): "excdesc": (["name"], 0, 0, 1, 0), "funcdesc": (["name", ("args",)], 0, 0, 1, 0), "funcdescni": (["name", ("args",)], 0, 0, 1, 0), + "funcline": (["name"], 0, 0, 0, 0), + "funclineni": (["name"], 0, 0, 0, 0), "geq": ([], 0, 1, 0, 0), "hline": ([], 0, 1, 0, 0), "indexii": (["ie1", "ie2"], 0, 1, 0, 0), |