Hi,
we have the same problem (Sphinx v1.1.3)
.. math::
\left(\begin{matrix} 10 \\ 9 \end{matrix}\right)
#/usr/lib/pymodules/python2.7/matplotlib/sphinxext/mathmpl.py:56: Warning:
Could not render math expression $\left(\begin{matrix} 10 \\ 9
\end{matrix}\right)$
Any help please ?
Miro
On Tuesday, June 26, 2012 5:40:06 PM UTC+2, Jose Gomez-Dans wrote:
>
> Hi Kathy,
>
> On 26 June 2012 15:46, Kathy Tolbert <[email protected] <javascript:>>wrote:
>
>> The .. math:: provided builds fine for me for HTML & latexpdf with no
>> warnings.
>>
>
> That's just the code I have in my document, which doesn't work on my
> system (sphinx 1.1.3)
>
>
>> I noticed that your warning shows a beginning and ending $ that are not
>> showing in your math example. I always remove the beginning & ending $ or
>> \[ markup before adding it to a math directive or role. Does your document
>> have the $ surrounding it?
>>
>
> I thought that was added by sphinx automatically. As I said, I don't add
> it, my ReST code is just
>
> .. math::
>
> \mathbf{\Delta} =
> \begin{pmatrix}
> 1 & -1 & 0 & \cdots & 0\\
> 0 & 1 & -1 & \cdots & 0\\
> \vdots & \vdots & \vdots & \ddots & 0\\
> 0 & 0 & 0 & \cdots & -1\\
> \end{pmatrix}
>
> Unless there's some indentation issue that I'm not aware off?
>
> J
>
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/sphinx-dev/-/cRYVPO5Xqp0J.
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.