X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBox.cpp;h=c0df607789ede1ddb977643bfeb7d575dc4e91e3;hb=a68e5b777487b495feeefa53700834ecec6ec196;hp=4c832f0dc5f9c01ba474a2739bad822fb5dc4c62;hpb=ce8929e9b237af569934b434154d199634363268;p=lyx.git diff --git a/src/mathed/InsetMathBox.cpp b/src/mathed/InsetMathBox.cpp index 4c832f0dc5..c0df607789 100644 --- a/src/mathed/InsetMathBox.cpp +++ b/src/mathed/InsetMathBox.cpp @@ -164,7 +164,7 @@ void InsetMathFBox::normalize(NormalStream & os) const void InsetMathFBox::mathmlize(MathStream & ms) const -{ +{ SetMode textmode(ms, true); ms << MTag("mstyle", "class='fbox'") << cell(0) @@ -301,7 +301,7 @@ void InsetMathMakebox::normalize(NormalStream & os) const void InsetMathMakebox::infoize(odocstream & os) const { - os << (framebox_ ? "Framebox" : "Makebox") + os << (framebox_ ? "Framebox" : "Makebox") << " (width: " << cell(0) << " pos: " << cell(1) << ")"; } @@ -418,7 +418,7 @@ void InsetMathBoxed::validate(LaTeXFeatures & features) const features.addCSSSnippet("mstyle.boxed { border: 1px solid black; }"); else if (features.runparams().math_flavor == OutputParams::MathAsHTML) features.addCSSSnippet("span.boxed { border: 1px solid black; }"); - + InsetMathNest::validate(features); }