mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Add beamer-resenumerate (from our wiki) to the list of safe modules for argment conversion, since it is safe.
Fixes part of #9208.
This commit is contained in:
parent
7f7dc5d314
commit
728cf1edf3
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user