X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSize.cpp;h=dff61da87b54c49502f6862e76b1a467df562823;hb=38c2cde0d8695ac5287bae218c4a33a2acf18ef8;hp=18d0aaf95a9c4ab5167b672b63e821d67e937df0;hpb=ce8929e9b237af569934b434154d199634363268;p=lyx.git diff --git a/src/mathed/InsetMathSize.cpp b/src/mathed/InsetMathSize.cpp index 18d0aaf95a..dff61da87b 100644 --- a/src/mathed/InsetMathSize.cpp +++ b/src/mathed/InsetMathSize.cpp @@ -66,12 +66,12 @@ void InsetMathSize::write(WriteStream & os) const // From the MathML documentation: -// MathML uses two attributes, displaystyle and scriptlevel, to control -// orthogonal presentation features that TeX encodes into one "style" -// attribute with values \displaystyle, \textstyle, \scriptstyle, and -// \scriptscriptstyle. The corresponding values of displaystyle and scriptlevel -// for those TeX styles would be "true" and "0", "false" and "0", "false" and "1", -// and "false" and "2", respectively. +// MathML uses two attributes, displaystyle and scriptlevel, to control +// orthogonal presentation features that TeX encodes into one "style" +// attribute with values \displaystyle, \textstyle, \scriptstyle, and +// \scriptscriptstyle. The corresponding values of displaystyle and scriptlevel +// for those TeX styles would be "true" and "0", "false" and "0", "false" and "1", +// and "false" and "2", respectively. void InsetMathSize::mathmlize(MathStream & ms) const { string const & name = to_utf8(key_->name);