BufferParams.cpp; initialize formula_indentation with default value

- Buffer.cpp: formula_indentation will not always be output/written -> erase it
This commit is contained in:
Uwe Stöhr 2017-04-07 01:52:48 +02:00
parent 8769c0fb75
commit ad86f59639
2 changed files with 2 additions and 1 deletions

View File

@ -916,6 +916,7 @@ int Buffer::readHeader(Lexer & lex)
params().headheight.erase();
params().headsep.erase();
params().footskip.erase();
params().formula_indentation.erase();
params().columnsep.erase();
params().fonts_cjk.erase();
params().listings_params.clear();

View File

@ -385,7 +385,7 @@ BufferParams::BufferParams()
makeDocumentClass();
paragraph_separation = ParagraphIndentSeparation;
is_formula_indent = false;
formula_indentation = string();
formula_indentation = "30pt";
quotes_style = InsetQuotesParams::EnglishQuotes;
dynamic_quotes = false;
fontsize = "default";