commit | 82ebc27357891ec342b8602fb28189751b8d06e6 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Aug 03 15:32:48 1999 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Aug 03 15:32:48 1999 +0000 |
tree | ecc202c417d62d8bc546603e185726b0e2b58b8b | |
parent | 2f6ec9ca81cd80b5777c8776782f132890eb4773 [diff] |
remap_element_names(): Only used for things that the new conversion engine in latex2esis.py can do, so discard it. paragraph detection & markup: Handle some of the list-like environments properly, picking up paragraphs inside list items. (Only changed a few element-sets used for recognition.) fixup_refmodindexes_chunk(): Use the right attribute to determine the module a <ref*modindex/> element is referring to. convert(): Don't call remap_element_names(); it was removed.