]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.cpp
Try to use the right width for math symbols
[lyx.git] / src / OutputParams.cpp
index e2e3332069b89566165aab3e0a25e4b840d7d1b2..a7e0fd5601a6ffb473788bf256c2e2b1a004b572 100644 (file)
@@ -34,8 +34,8 @@ OutputParams::OutputParams(Encoding const * enc)
          dryrun(false), silent(false), pass_thru(false),
          html_disable_captions(false), html_in_par(false),
          html_make_pars(true), docbook_in_par(false), docbook_make_pars(true),
-         docbook_force_pars(false), docbook_in_float(false), docbook_anchors_to_ignore(std::unordered_set<docstring>()),
-         docbook_in_listing(false), for_toc(false), for_tooltip(false),
+         docbook_force_pars(false), docbook_anchors_to_ignore(std::set<docstring>()), docbook_in_float(false),
+         docbook_in_listing(false), docbook_in_table(false), for_toc(false), for_tooltip(false),
          for_search(false), for_preview(false), includeall(false)
 {
        // Note: in PreviewLoader::Impl::dumpPreamble