Sphinx extension to let you write LaTeX math using $$
Project description
sphinx-math-dollar is a Sphinx extension to let you write LaTeX math using $$.
To enable install it
pip install sphinx-math-dollar
or
conda install sphinx-math-dollar
Then in your conf.py, add 'sphinx_math_dollar' to your extensions list:
extensions = ['sphinx_math_dollar', 'sphinx.ext.mathjax']
You will now be able to use dollar signs for math, like $\int\sin(x)\,dx$, which will produce $intsin(x),dx$ (if you are reading this on GitHub, look at the version built by Sphinx here). The usual Sphinx :math: directive will also continue to work.
The extension will also work with docstrings when combined with the sphinx.ext.autodoc extension.
License
MIT.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sphinx-math-dollar-1.0.tar.gz
(20.5 kB
view hashes)
Built Distribution
Close
Hashes for sphinx_math_dollar-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 796467260f7fef865e643b339362fef86fb4bebe27406c773dc754c4956d0625 |
|
MD5 | b3544daaed1076b5ade31d7163bff47f |
|
BLAKE2b-256 | c85b7da2f33ea6a84be8dcb59ea32ff8bbff3104654452da4c73df7bec2321b3 |