Dear experts,
with my source files I am getting warnings of non-rendered math, like:
######/usr/lib/pymodules/python2.7/matplotlib/sphinxext/mathmpl.py:56:
Warning: Could not render math expression $\left(\begin{array}{c} 10
\\ 9\end{array}\right) \cdot\left(\begin{array}{c} 2 \\
1\end{array}\right)\cdot = 10 \cdot 2 = 20.$
Warning)
for
.. math::
\left(\begin{array}{c}
10 \\
9
\end{array}\right)
\cdot
\left(\begin{array}{c}
2 \\
1
\end{array}\right)
\cdot = 10 \cdot 2 = 20.
and
##/usr/lib/pymodules/python2.7/matplotlib/sphinxext/mathmpl.py:56:
Warning: Could not render math expression $\left(\begin{array}{c}{12}\
\ {10}\end{array}\right)=66$
Warning)
#
for
:math:`\left(\begin{array}{c}{12}\\{10}\end{array}\right)=66`
Can someone tell me what's wrong with these math prescriptions ?
Thanks, Miro
PS:Running Sphinx v1.1.3 with fresh mathplotlib.
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en.