From: Richard Heck Date: Fri, 5 Nov 2010 21:14:49 +0000 (+0000) Subject: A couple more comments. X-Git-Tag: 2.0.0~1974 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e3c3c18f2755ff1992bd14515bef57d5d6413bf5;p=features.git A couple more comments. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36144 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/lyx2lyx/LyX.py b/lib/lyx2lyx/LyX.py index 9a1147565a..0f3b9b7b6b 100644 --- a/lib/lyx2lyx/LyX.py +++ b/lib/lyx2lyx/LyX.py @@ -628,6 +628,8 @@ class LyX_base: return mode, steps +# Part of an unfinished attempt to make lyx2lyx gave a more +# structured view of the document. # def get_toc(self, depth = 4): # " Returns the TOC of this LyX document." # paragraphs_filter = {'Title' : 0,'Chapter' : 1, 'Section' : 2, @@ -754,6 +756,8 @@ class File(LyX_base): # self.body.extend(['','\\end_body', '\\end_document']) +# Part of an unfinished attempt to make lyx2lyx gave a more +# structured view of the document. #class Paragraph: # # unfinished implementation, it is missing the Text and Insets # # representation.