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
This commit is contained in:
José Matox 2005-01-06 18:32:44 +00:00
parent 953984e3da
commit 9bcc3c7368
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-01-06 José Matos <jamatos@lyx.org>
* lyx_1_4.py (normalize_paragraph_params): add start_of_appendix
to the allowed parameters list.
2005-01-06 José Matos <jamatos@lyx.org>
* lyx_1_4.py (normalize_paragraph_params): update file format to 239.

View File

@ -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: