X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flyx2lyx%2Flyx_2_1.py;h=c8500c779e51632109ec343a8b88eb889d52de63;hb=f17f5617e05ea8a7f179586cc16c5bb05a0e9e2d;hp=84b057af2a3a0c109492ffb229002a457d10a0dd;hpb=67eca412ff90708f7d02c273ec65a791cf75d23f;p=lyx.git diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py index 84b057af2a..c8500c779e 100644 --- a/lib/lyx2lyx/lyx_2_1.py +++ b/lib/lyx2lyx/lyx_2_1.py @@ -1557,10 +1557,11 @@ def convert_latexargs(document): "theorems-chap-bytype", "theorems-chap", "theorems-named", "theorems-sec-bytype", "theorems-sec", "theorems-starred", "theorems-std", "todonotes"] # Modules we need to take care of - caveat_modules = ["initials"] + caveat_modules = ["initials"] # TODO: , "graphicboxes", "bicaption"] # information about the relevant styles in caveat_modules (number of opt and req args) # use this if we get more caveat_modules. For now, use hard coding (see below). # initials = [{'Layout' : 'Initial', 'opt' : 1, 'req' : 1}] + # graphicboxes = { ... } # Is this a known safe layout? safe_layout = document.textclass in safe_layouts