Hi, * Miroslav ILIAĆ <[email protected]> [11.10.2012 13:24]: > we have the same problem (Sphinx v1.1.3) > > .. math:: > \left(\begin{matrix} 10 \\ 9 \end{matrix}\right)
I tested your example, and no error occured on my system. I'm also using Sphinx
v.1.1.3 with pngmath, so probably a latex package is missing on your system. If
you're using a Debian or Ubuntu based system as well, you can check if the
following packages are installed:
.. code-block:: bash
aptitude install python-numpy python-matplotlib dvipng
.. code-block:: bash
aptitude install texlive-base texlive-common texlive-extra-utils
texlive-latex-base texlive-latex-recommended texlive-latex-extra
texlive-math-extra texlive-science
I do not know exactly which of these packages are really necessary, but if you
have enough freespace on your disk, some additional latex-packages would not be
amiss..
Hope that helps,
Bernhard
P.S.: The other example you posted also works with my sphinx/latex build.
signature.asc
Description: Digital signature
