]> git.lyx.org Git - features.git/commitdiff
Use master buffer's setting for math output type.
authorRichard Heck <rgheck@lyx.org>
Wed, 27 Mar 2013 18:51:27 +0000 (14:51 -0400)
committerRichard Heck <rgheck@lyx.org>
Wed, 27 Mar 2013 18:55:52 +0000 (14:55 -0400)
(cherry picked from commit c56d524cd6af5d0ed0d50fef51ab434ce418d1e0)

src/mathed/InsetMathHull.cpp
status.20x

index d78f29d0d8b32e7d3d311bb46ed9992e1df57e1b..6df2416ac4b84cdccd6526ad8b9dd91f3fff0201 100644 (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;
 
index 72b7835f43bf3c2a54cd975a5f2f1d741875220d..9050bc6106d919b9c5a0e2f2b482d2d2ee5714b6 100644 (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