mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Use master buffer's setting for math output type.
This commit is contained in:
parent
7a6b717f5e
commit
c56d524cd6
@ -2121,7 +2121,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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user