Add beamer-resenumerate (from our wiki) to the list of safe modules for argument conversion, since it is safe.

Fixes part of #9208.
This commit is contained in:
Juergen Spitzmueller 2014-07-27 10:23:17 +02:00
parent 5210cfa5f9
commit a8ba869d73
2 changed files with 7 additions and 4 deletions

View 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",

View File

@ -61,13 +61,16 @@ What's new
- Fix warning "Missing \use_indices" when converting from 1.6.x format
or older.
- Fix conversion of beamer overlay arguments when the module
"beamer-resenumerate" is used (part of bug 9208).
* USER INTERFACE
- Do not forget last words of paragraphs in completion possibilities.
- Select word on double click even when at boundary (#9159).
- Select word on double click even when at boundary (bug 9159).
- Fix listings inset parameter validation when font size is selected
(bug 8144).