latex-svg-image: A library for rendering LaTeX formulae as SVG using an actual LaTeX
This library provides the basic infrastructure necessary to convert LaTeX formulae into SVG images, using a real LaTeX installation. This is useful in particular for showing formulae on websites, where using alternatives like MathJax is not an option (e.g, when you want to use various LaTeX packages that MathJax doesn't support).
This library requires latex
, dvisvgm
to be present in the system.
The companion library to this, latex-svg-pandoc
, provides useful tools to
integrate this library with pandoc, when generating HTML documents.
This is a fork of https://github.com/liamoc/latex-formulae
Downloads
- latex-svg-image-0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2 |
---|---|
Dependencies | base (>=4.10 && <4.14), base64-bytestring (>=1.0.0.3 && <1.1), bytestring (>=0.10.8.2 && <0.11), cryptohash-sha256 (>=0.11.101.0 && <0.12), deepseq (>=1.4.3.0 && <1.5), directory (>=1.3.0.1 && <1.4), filepath (>=1.4.1.2 && <1.5), parsec (>=3.1.13.0 && <3.2), process (>=1.6.1.0 && <1.7), temporary (>=1.3 && <1.4), transformers (>=0.5.2.0 && <0.6) [details] |
Tested with | ghc ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 |
License | BSD-3-Clause |
Copyright | 2020 Oleg Grenrus, 2015-2019 Liam O'Connor |
Author | Oleg Grenrus, Liam O'Connor |
Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
Category | Image |
Home page | http://github.com/phadej/latex-svg#readme |
Source repo | head: git clone https://github.com/phadej/latex-svg(latex-svg-image) |
Uploaded | by phadej at 2020-04-26T14:21:15Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 884 total (25 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2020-04-26 [all 1 reports] |