mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-13 11:52:45 +00:00
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:
parent
953984e3da
commit
9bcc3c7368
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user