From: <md...@us...> - 2008-06-02 14:17:18
|
Revision: 5357 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5357&view=rev Author: mdboom Date: 2008-06-02 07:17:14 -0700 (Mon, 02 Jun 2008) Log Message: ----------- Fix STIX fonts table (just use a raw image). Modified Paths: -------------- trunk/matplotlib/doc/users/mathtext.rst Added Paths: ----------- trunk/matplotlib/doc/_static/stix_fonts.png Added: trunk/matplotlib/doc/_static/stix_fonts.png =================================================================== (Binary files differ) Property changes on: trunk/matplotlib/doc/_static/stix_fonts.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/matplotlib/doc/users/mathtext.rst =================================================================== --- trunk/matplotlib/doc/users/mathtext.rst 2008-06-02 14:08:58 UTC (rev 5356) +++ trunk/matplotlib/doc/users/mathtext.rst 2008-06-02 14:17:14 UTC (rev 5357) @@ -156,17 +156,11 @@ ``\mathcal`` :math:`\mathcal{CALLIGRAPHY}` =============== ================================= -.. When using the STIX fonts, you also have the choice of: -.. -.. ================ ================================= -.. Command Result -.. ================ ================================= -.. ``\mathbb`` :math:`\mathbb{Blackboard}` -.. ``\mathcircled`` :math:`\mathcircled{Circled}` -.. ``\mathfrak`` :math:`\mathfrak{Fraktur}` -.. ``\mathsf`` :math:`\mathsf{sans-serif}` -.. ================ ================================= +When using the STIX fonts, you also have the choice of: +.. image:: ../_static/stix_fonts.png + + Accents ------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |