Use master buffer's setting for math output type.

(cherry picked from commit c56d524cd6)
This commit is contained in:
Richard Heck 2013-03-27 14:51:27 -04:00
parent a3c0431b43
commit 40da79fe73
2 changed files with 3 additions and 1 deletions

View File

@ -2105,7 +2105,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;

View File

@ -34,6 +34,8 @@ What's new
- Added CSS styling for Memoir's epigraphs (bug 8611).
- Use master document's setting for all HTML math output (bug 8607).
* TEX2LYX IMPROVEMENTS