From: <md...@us...> - 2008-06-12 14:29:43
|
Revision: 5481 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5481&view=rev Author: mdboom Date: 2008-06-12 07:29:42 -0700 (Thu, 12 Jun 2008) Log Message: ----------- Fix latex doc build by removing some more obscure symbols that aren't likely to be installed and adding "txfonts" to preamble. Modified Paths: -------------- trunk/matplotlib/doc/conf.py trunk/matplotlib/doc/sphinxext/math_symbol_table.py Modified: trunk/matplotlib/doc/conf.py =================================================================== --- trunk/matplotlib/doc/conf.py 2008-06-12 13:38:00 UTC (rev 5480) +++ trunk/matplotlib/doc/conf.py 2008-06-12 14:29:42 UTC (rev 5481) @@ -154,6 +154,7 @@ \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} + \usepackage{txfonts} """ # Documents to append as an appendix to all manuals. Modified: trunk/matplotlib/doc/sphinxext/math_symbol_table.py =================================================================== --- trunk/matplotlib/doc/sphinxext/math_symbol_table.py 2008-06-12 13:38:00 UTC (rev 5480) +++ trunk/matplotlib/doc/sphinxext/math_symbol_table.py 2008-06-12 14:29:42 UTC (rev 5481) @@ -55,11 +55,8 @@ \succnapprox \subsetneqq \nvDash \precnsim \succnsim \supsetneqq \nvdash \lnapprox \gnapprox \ntriangleleft \ntrianglelefteq \lneqq \gneqq \ntriangleright \lnsim \gnsim \ntrianglerighteq - \approxident \origof \imageof \coloneq \triangleeq \stareq \nsime - \dotminus \eqsim \nequiv \Equiv \measeq \napprox \eqless - \kernelcontraction \nsupset \doublebarwedge \nVdash \arceq - \backcong \Doteq \eqdef \wedgeq \questeq \eqgtr \cupdot - \veeeq \nsubset \eqcolon \ne + \coloneq \eqsim \nequiv \napprox \nsupset \doublebarwedge \nVdash + \Doteq \nsubset \eqcolon \ne """], ["Arrow symbols", 2, @@ -82,21 +79,17 @@ \upharpoonright \downharpoonright \rightsquigarrow \nleftarrow \nrightarrow \nLeftarrow \nRightarrow \nleftrightarrow \nLeftrightarrow \to \Swarrow \Searrow \Nwarrow \Nearrow - \barleftarrow \mapsup \mapsdown \mapsfrom \rightarrowbar - \twoheaduparrow \updownarrowbar \leftsquigarrow \rightzigzagarrow - \twoheaddownarrow \downzigzagarrow + \leftsquigarrow """], ["Miscellaneous symbols", 3, - r"""\neg \invnot \turnednot \infty \forall \wp \exists \bigstar - \angle \partial \nexists \measuredangle \eth \emptyset - \sphericalangle \clubsuit \varnothing \complement \diamondsuit - \imath \Finv \triangledown \heartsuit \jmath \Game \spadesuit - \ell \hbar \vartriangle \cdots \hslash \vdots \blacksquare \ldots - \blacktriangle \ddots \sharp \prime \blacktriangledown \Im \flat - \backprime \Re \natural \circledS \P \O \copyright \ss \Ldsh - \frakZ \l \carriagereturn \circledR \S \sterling \L \yen \danger - \d \OE \AA \AE \scurel \oe \o \checkmark \Rdsh \ae \ac \prurel \$ + r"""\neg \infty \forall \wp \exists \bigstar \angle \partial + \nexists \measuredangle \eth \emptyset \sphericalangle \clubsuit + \varnothing \complement \diamondsuit \imath \Finv \triangledown + \heartsuit \jmath \Game \spadesuit \ell \hbar \vartriangle \cdots + \hslash \vdots \blacksquare \ldots \blacktriangle \ddots \sharp + \prime \blacktriangledown \Im \flat \backprime \Re \natural + \circledS \P \copyright \ss \circledR \S \yen \AA \checkmark \$ \iiint \iint \iint \oiiint"""] ] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |