]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
* InsetListings.cpp:
[lyx.git] / src / Buffer.cpp
index d0b9a4db4ab98dcc55d2ad94923b3c5e460cceac..fcbf23e24d2bd00f906d2fdf3abfb4c394c7a59c 100644 (file)
@@ -126,7 +126,7 @@ namespace {
 
 // Do not remove the comment below, so we get merge conflict in
 // independent branches. Instead add your own.
-int const LYX_FORMAT = 390; // ps: forward view
+int const LYX_FORMAT = 393; // rgh: rename OptArg to Argument in LyX format
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;
@@ -673,6 +673,9 @@ int Buffer::readHeader(Lexer & lex)
        params().isfontcolor = false;
        params().notefontcolor = lyx::rgbFromHexName("#cccccc");
        params().boxbgcolor = lyx::rgbFromHexName("#ff0000");
+       params().html_latex_start.clear();
+       params().html_latex_end.clear();
+       params().html_math_img_scale = 1.0;
        params().output_sync_macro.erase();
 
        for (int i = 0; i < 4; ++i) {