mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix conversion of nested box insets
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37264 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e8bb66b8f4
commit
96bcf145d9
@ -1571,7 +1571,7 @@ def convert_use_makebox(document):
|
||||
i = z
|
||||
continue
|
||||
document.body.insert(k + 1, "use_makebox 0")
|
||||
i = z + 1
|
||||
i = blay + 1 # not z + 1 (box insets may be nested)
|
||||
|
||||
|
||||
def revert_IEEEtran(document):
|
||||
|
Loading…
Reference in New Issue
Block a user