Sphinx LaTeX woes
Sphinx LaTeX woes
Posted Oct 27, 2016 11:26 UTC (Thu) by jnareb (subscriber, #46500)Parent article: A report from the documentation maintainer
> "which .sty file is missing now, and which package provides it?" work.
Or you can use `texliveonfly` package / tool that implements on demand installation in TeX Live 2010 and later.
> One such issue is the use of the Sphinx math extension, which supports the formatting of mathematical expressions
> using the LaTeX syntax. As of 4.9, the media documentation is using this extension, but there is a cost: it forces
> the use of LaTeX even to build the HTML documentation. The hope is to find an easy way to fall back gracefully
> when LaTeX is unavailable in order to soften this dependency.
Are not there tools that allow conversion of LaTeX math syntax (e.g. $$z^2 = x^2 + y^2$$) to MathML without
requiring LaTeX? There might be a problem with image fallback, but one could use plain text (LaTeX math syntax
or ASCIImath) instead.
Also there are JavaScript-based solutions like MathJax and/or KaTeX, with math rendered client-side.
