Use master buffer's setting for math output type.

This commit is contained in:
Richard Heck 2013-03-27 14:51:27 -04:00
parent 7a6b717f5e
commit c56d524cd6

View File

@ -2121,7 +2121,7 @@ void InsetMathHull::mathAsLatex(WriteStream & os) const
docstring InsetMathHull::xhtml(XHTMLStream & xs, OutputParams const & op) const
{
BufferParams::MathOutput const mathtype =
buffer().params().html_math_output;
buffer().masterBuffer()->params().html_math_output;
bool success = false;