dev-python/sphinxcontrib-katex: new package

Sphinx extension using KaTeX to render math in HTML.

The extension uses KaTeX for rendering of math in HTML pages.
It is designed as a replacement for the built-in extension sphinx.ext.mathjax,
which uses MathJax for rendering.

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2020-04-09 01:36:58 +03:00
parent 321165b3a8
commit 29a8fba038
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>torokhov-s-a@yandex.ru</email>
<name>Sergey Torokhov</name>
</maintainer>
<longdescription lang="en">
Sphinx extension using KaTeX to render math in HTML.
The extension uses KaTeX for rendering of math in HTML pages.
It is designed as a replacement for the built-in extension
sphinx.ext.mathjax, which uses MathJax for rendering.
</longdescription>
<upstream>
<remote-id type="pypi">sphinxcontrib-katex</remote-id>
<remote-id type="github">hagenw/sphinxcontrib-katex</remote-id>
</upstream>
</pkgmetadata>