From 9bcc3c73682f3fb50bc6b1f4e536f3ef419cf4f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Matox?= Date: Thu, 6 Jan 2005 18:32:44 +0000 Subject: [PATCH] add start_of_appendix to the paragraph parameters list. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9451 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/ChangeLog | 5 +++++ lib/lyx2lyx/lyx_1_4.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/lyx2lyx/ChangeLog b/lib/lyx2lyx/ChangeLog index 18d00214cd..1b44bb47e9 100644 --- a/lib/lyx2lyx/ChangeLog +++ b/lib/lyx2lyx/ChangeLog @@ -1,3 +1,8 @@ +2005-01-06 José Matos + + * lyx_1_4.py (normalize_paragraph_params): add start_of_appendix + to the allowed parameters list. + 2005-01-06 José Matos * lyx_1_4.py (normalize_paragraph_params): update file format to 239. diff --git a/lib/lyx2lyx/lyx_1_4.py b/lib/lyx2lyx/lyx_1_4.py index ac81fc39b7..3d39efcf01 100644 --- a/lib/lyx2lyx/lyx_1_4.py +++ b/lib/lyx2lyx/lyx_1_4.py @@ -1512,7 +1512,7 @@ def use_x_binary(file): # def normalize_paragraph_params(file): body = file.body - allowed_parameters = '\\paragraph_spacing', '\\noindent', '\\align', '\\labelwidthstring' + allowed_parameters = '\\paragraph_spacing', '\\noindent', '\\align', '\\labelwidthstring', "\\start_of_appendix" i = 0 while 1: -- 2.39.2