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
<p>would declare the <ttclass="docutils literal"><spanclass="pre">\cancel</span></tt>, <ttclass="docutils literal"><spanclass="pre">\bcancel</span></tt>, <ttclass="docutils literal"><spanclass="pre">\xcancel</span></tt>, and
330
+
<ttclass="docutils literal"><spanclass="pre">\cancelto</span></tt> macros to load the <cite>cancel</cite> extension (where they are
331
+
actually defined). Whichever is used first will cause the extension
332
+
to be loaded, redefining all four to their proper values. Note that
333
+
this may be better than loading the extension explicitly, since it
334
+
avoids loading the extra file on pages where these macros are <em>not</em>
335
+
used. The <aclass="reference external" href="http://cdn.mathjax.org/mathjax/latest/test/sample-autoload.html">sample autoloading macros</a>
336
+
example page shows this in action.</p>
314
337
<p>The main extensions are described below.</p>
315
338
<divclass="section" id="action">
316
339
<h3>Action<aclass="headerlink" href="#action" title="Permalink to this headline">¶</a></h3>
@@ -366,6 +389,8 @@ <h3>AMSmath and AMSsymbols<a class="headerlink" href="#amsmath-and-amssymbols" t
366
389
want to use the other macros that it defines. The <cite>AMSsymbols</cite> extension
367
390
is not loaded automatically, so you must include it explicitly if you want
368
391
to use the macros it defines.</p>
392
+
<p>Both extensions are included in all the combined configuration files
393
+
that load the TeX input processor.</p>
369
394
</div>
370
395
<divclass="section" id="autobold">
371
396
<h3>Autobold<aclass="headerlink" href="#autobold" title="Permalink to this headline">¶</a></h3>
@@ -687,7 +712,17 @@ <h3>noErrors<a class="headerlink" href="#noerrors" title="Permalink to this head
687
712
<spanclass="p">}</span>
688
713
</pre></div>
689
714
</div>
690
-
<p>You may also wish to set the font family, as the default is “serif”.</p>
715
+
<p>You may also wish to set the font family or other CSS values here.</p>
716
+
<p>If you are using a combined configuration file that loads the TeX
717
+
input processor, it will also load the <cite>noErrors</cite> extension
718
+
automatically. If you want to disable the <cite>noErrors</cite> extension so
719
+
that you receive the normal TeX error messages, use the following
<p>Any math that includes errors will be replaced by an error message
725
+
indicating what went wrong.</p>
691
726
</div>
692
727
<divclass="section" id="noundefined">
693
728
<h3>noUndefined<aclass="headerlink" href="#noundefined" title="Permalink to this headline">¶</a></h3>
@@ -716,6 +751,16 @@ <h3>noUndefined<a class="headerlink" href="#noundefined" title="Permalink to thi
716
751
default values set <ttclass="docutils literal"><spanclass="pre">mathcolor</span></tt> to <ttclass="docutils literal"><spanclass="pre">"red"</span></tt>, but do not set any
717
752
other attributes. This example sets the background to a light pink,
718
753
and reduces the font size slightly.</p>
754
+
<p>If you are using a combined configuration file that loads the TeX
755
+
input processor, it will also load the <cite>noUndefined</cite> extension
756
+
automatically. If you want to disable the <cite>noUndefined</cite> extension so
757
+
that you receive the normal TeX error messages for undefined macros,
0 commit comments