diff --git a/src/mathed/InsetMathMBox.C b/src/mathed/InsetMathMBox.C index 864e54cf21..6f2b098eca 100644 --- a/src/mathed/InsetMathMBox.C +++ b/src/mathed/InsetMathMBox.C @@ -79,7 +79,7 @@ void InsetMathMBox::write(Buffer const & buf, WriteStream & ws) const if (ws.latex()) { ws << "\\mbox{\n"; TexRow texrow; - OutputParams runparams; + OutputParams runparams(&buf.params().encoding()); latexParagraphs(buf, text_.paragraphs(), ws.os(), texrow, runparams); ws.addlines(texrow.rows()); ws << "}";