You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanid="html-css-with-ie8"></span><h2>HTML-CSS with IE8 and IE9<aclass="headerlink" href="#html-css-with-ie8-and-ie9" title="Permalink to this headline">¶</a></h2>
180
+
<divclass="section" id="automatic-line-breaking">
181
+
<spanid="automatic-linebreaking"></span><h2>Automatic Line Breaking<aclass="headerlink" href="#automatic-line-breaking" title="Permalink to this headline">¶</a></h2>
182
+
<p>The HTML-CSS and SVG output processors implement (most of) the MathML3
183
+
automatic line-breaking specification. (The NativeMML output
184
+
processor relies on the browser’s native MathML support to handle line
185
+
breaking when it is used.) Since line-breaking takes extra processing
186
+
and so can slow down the mathematical output, it is off by default,
<p>Note that line breaking only applies to displayed equations, not
199
+
in-line equations (unless the in-line euqation is itself longer than a
200
+
line), and that the line-breaks are only computed once when the
201
+
equation is initially typeset, and do not change if the user changes
202
+
the window size, or if the container changes size for some other
203
+
reason.</p>
204
+
<p>You can control what width is used to determine where the line breaks
205
+
shoud occur using the <ttclass="docutils literal"><spanclass="pre">container</span></tt> parameter of the <ttclass="docutils literal"><spanclass="pre">linebreaks</span></tt>
206
+
block. By default it is the width of the containing element, but you
207
+
can make it a fixed width, or make it a percentage of the container.
208
+
See the <aclass="reference internal" href="options/HTML-CSS.html#configure-html-css"><em>HTML-CSS configuration</em></a> or
209
+
<aclass="reference internal" href="options/SVG.html#configure-svg"><em>SVG configuration</em></a> pages for more details.</p>
210
+
</div>
211
+
<divclass="section" id="html-css-with-ie">
212
+
<spanid="html-css-with-ie8"></span><h2>HTML-CSS with IE<aclass="headerlink" href="#html-css-with-ie" title="Permalink to this headline">¶</a></h2>
182
213
<p>The performance of MathJax in Internet Explorer 8 and 9 has been
183
214
substantially improved in version 2.0. The HTML-CSS output processing
184
215
was redesigned to avoid the page reflows that were the main source of
@@ -235,7 +266,8 @@ <h3><a href="index.html">Table Of Contents</a></h3>
0 commit comments