mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
Use master buffer's setting for math output type.
(cherry picked from commit c56d524cd6
)
This commit is contained in:
parent
a3c0431b43
commit
40da79fe73
@ -2105,7 +2105,7 @@ void InsetMathHull::mathAsLatex(WriteStream & os) const
|
|||||||
docstring InsetMathHull::xhtml(XHTMLStream & xs, OutputParams const & op) const
|
docstring InsetMathHull::xhtml(XHTMLStream & xs, OutputParams const & op) const
|
||||||
{
|
{
|
||||||
BufferParams::MathOutput const mathtype =
|
BufferParams::MathOutput const mathtype =
|
||||||
buffer().params().html_math_output;
|
buffer().masterBuffer()->params().html_math_output;
|
||||||
|
|
||||||
bool success = false;
|
bool success = false;
|
||||||
|
|
||||||
|
@ -34,6 +34,8 @@ What's new
|
|||||||
|
|
||||||
- Added CSS styling for Memoir's epigraphs (bug 8611).
|
- Added CSS styling for Memoir's epigraphs (bug 8611).
|
||||||
|
|
||||||
|
- Use master document's setting for all HTML math output (bug 8607).
|
||||||
|
|
||||||
|
|
||||||
* TEX2LYX IMPROVEMENTS
|
* TEX2LYX IMPROVEMENTS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user