From: Richard Heck Date: Wed, 27 Mar 2013 18:51:27 +0000 (-0400) Subject: Use master buffer's setting for math output type. X-Git-Tag: 2.0.6~53 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=40da79fe738b691a965853ee0e3946e268d5dc00;p=features.git Use master buffer's setting for math output type. (cherry picked from commit c56d524cd6af5d0ed0d50fef51ab434ce418d1e0) --- diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index d78f29d0d8..6df2416ac4 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -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; diff --git a/status.20x b/status.20x index 72b7835f43..9050bc6106 100644 --- a/status.20x +++ b/status.20x @@ -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