Update documentation to include new undefinedFamily parameter

This commit is contained in:
Davide P. Cervone 2011-06-02 09:34:49 -04:00
parent eb63ba8daa
commit 0d9bb61950
5 changed files with 31 additions and 2 deletions

View File

@ -77,6 +77,15 @@ would set the ``preferredFont`` option to the :term:`STIX` fonts.
and later, and Opera10 and later. Note that Firefox3.0 is **not**
on this list.
.. describe:: undefinedFamily: "STIXGeneral, 'Arial Unicode MS', serif"
This is the font-family CSS value used for characters that are not
in the selected font (e.g., for web-based fonts, this is where to
look for characters not included in the MathJax web fonts). IE
will stop looking after the first font that exists on the system
(even if it doesn't contain the needed character), so order these
carefully.
.. describe:: styles: {}
This is a list of CSS declarations for styling the HTML-CSS

View File

@ -121,7 +121,7 @@ MathML that works in all modern browsers.</p>
</li>
</ul>
<hr class="docutils" />
<p>This version of the documentation was built April 05, 2011.</p>
<p>This version of the documentation was built June 02, 2011.</p>
</div>
</div>

View File

@ -134,6 +134,17 @@ and later, and Opera10 and later. Note that Firefox3.0 is <strong>not</strong>
on this list.</p>
</dd></dl>
<dl class="describe">
<dt>
<tt class="descname">undefinedFamily: &quot;STIXGeneral, 'Arial Unicode MS', serif&quot;</tt></dt>
<dd><p>This is the font-family CSS value used for characters that are not
in the selected font (e.g., for web-based fonts, this is where to
look for characters not included in the MathJax web fonts). IE
will stop looking after the first font that exists on the system
(even if it doesn&#8217;t contain the needed character), so order these
carefully.</p>
</dd></dl>
<dl class="describe">
<dt>
<tt class="descname">styles: {}</tt></dt>

File diff suppressed because one or more lines are too long

View File

@ -77,6 +77,15 @@ would set the ``preferredFont`` option to the :term:`STIX` fonts.
and later, and Opera10 and later. Note that Firefox3.0 is **not**
on this list.
.. describe:: undefinedFamily: "STIXGeneral, 'Arial Unicode MS', serif"
This is the font-family CSS value used for characters that are not
in the selected font (e.g., for web-based fonts, this is where to
look for characters not included in the MathJax web fonts). IE
will stop looking after the first font that exists on the system
(even if it doesn't contain the needed character), so order these
carefully.
.. describe:: styles: {}
This is a list of CSS declarations for styling the HTML-CSS