]> git.lyx.org Git - features.git/commitdiff
Add beamer-resenumerate (from our wiki) to the list of safe modules for argment conve...
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 27 Jul 2014 08:23:17 +0000 (10:23 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 27 Jul 2014 08:23:17 +0000 (10:23 +0200)
Fixes part of #9208.

lib/lyx2lyx/lyx_2_1.py

index f9b1e32b63cf865ed309d1bb5adbdc986687b6fd..ae4c39069f390615a2663c1807c893b7e2729c4b 100644 (file)
@@ -1507,9 +1507,9 @@ def convert_latexargs(document):
                     "svglobal3", "svglobal", "svjog", "svmono", "svmult", "svprobth", "tarticle",
                     "tbook", "treport", "tufte-book", "tufte-handout"]
     # A list of "safe" modules, same as above
-    safe_modules = ["biblatex", "beameraddons", "beamersession", "braille", "customHeadersFooters",
-                    "endnotes", "enumitem", "eqs-within-sections", "figs-within-sections", "fix-cm",
-                    "fixltx2e", "foottoend", "hanging", "jscharstyles", "knitr", "lilypond",
+    safe_modules = ["biblatex", "beameraddons", "beamer-resenumerate", "beamersession", "braille",
+                    "customHeadersFooters", "endnotes", "enumitem", "eqs-within-sections", "figs-within-sections",
+                    "fix-cm", "fixltx2e", "foottoend", "hanging", "jscharstyles", "knitr", "lilypond",
                     "linguistics", "linguisticx", "logicalmkup", "minimalistic", "nomindex", "noweb",
                     "pdfcomment", "sweave", "tabs-within-sections", "theorems-ams-bytype",
                     "theorems-ams-extended-bytype", "theorems-ams-extended", "theorems-ams", "theorems-bytype",