]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.cpp
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / OutputParams.cpp
index 3528e5e98a22ab14a9cc7aa704039577db1c515d..380e46fef7975677f717c03c175fad395fad9e2b 100644 (file)
@@ -28,7 +28,9 @@ OutputParams::OutputParams(Encoding const * enc)
          inIndexEntry(false), inDeletedInset(0),
          changeOfDeletedInset(Change::UNCHANGED),
          par_begin(0), par_end(0), isLastPar(false),
-         dryrun(false), verbatim(false), disable_captions(false)
+         dryrun(false), verbatim(false), 
+         html_disable_captions(false), html_in_par(false),
+    html_make_pars(true)
 {
        // Note: in PreviewLoader::Impl::dumpPreamble
        // OutputParams runparams(0);