mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
c2ea2057fb
commit
b5892e58f0
@ -3670,7 +3670,7 @@ def convert_captionlayouts(document):
|
||||
|
||||
document.body[j:j] = ["\\end_layout", "", "\\end_inset", "", ""]
|
||||
document.body[i:i+1] = ["\\begin_layout %s" % document.default_layout,
|
||||
"\\begin_inset Caption %s" % caption_dict[val], "",
|
||||
"\\begin_inset Caption %s" % caption_dict[captype], "",
|
||||
"\\begin_layout %s" % document.default_layout]
|
||||
i += 1
|
||||
|
||||
|
@ -100,6 +100,8 @@ What's new
|
||||
|
||||
- Do not mark the import converters for Sweave and knitr as needauth.
|
||||
|
||||
- Fix conversion of captions from LyX 2.0 documents.
|
||||
|
||||
|
||||
|
||||
* USER INTERFACE
|
||||
|
Loading…
Reference in New Issue
Block a user