mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-24 17:09:41 +00:00
Use master buffer's setting for math output type.
(cherry picked from commit c56d524cd6af5d0ed0d50fef51ab434ce418d1e0)
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
|
||||
{
|
||||
BufferParams::MathOutput const mathtype =
|
||||
buffer().params().html_math_output;
|
||||
buffer().masterBuffer()->params().html_math_output;
|
||||
|
||||
bool success = false;
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user