]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.cpp
Fix part 1 of bug #7351
[lyx.git] / src / BufferParams.cpp
index 165b920bdac36292d223d82b5ece0ccb1f671d33..488508555d85f41f0017c2d1254e574982b55648 100644 (file)
@@ -1093,7 +1093,7 @@ void BufferParams::writeFile(ostream & os) const
        os << "\\tracking_changes " << convert<string>(trackChanges) << '\n'
           << "\\output_changes " << convert<string>(outputChanges) << '\n'
           << "\\html_math_output " << html_math_output << '\n'
-          << "\\html_css_as_file" << html_css_as_file << '\n'
+          << "\\html_css_as_file " << html_css_as_file << '\n'
           << "\\html_be_strict " << convert<string>(html_be_strict) << '\n';
        
        if (html_math_img_scale != 1.0)
@@ -2593,7 +2593,8 @@ string const BufferParams::loadFonts(string const & rm,
                // didn't understand "Mapping=tex-text", while XeTeX
                // understood both. With most recent versions, both
                // variants are understood by both engines. However,
-               // we want to provide support for at least TeXLive 2009.
+               // we want to provide support for at least TeXLive 2009
+               // (for XeTeX; LuaTeX is only supported as of v.2)
                string const texmapping =
                        (features.runparams().flavor == OutputParams::XETEX) ?
                        "Mapping=tex-text" : "Ligatures=TeX";