This is a fork for latex-formulae
which produces SVG images instead of raster PNGs.
Some differences:
- 
Uses
latexanddvisvgm, ImageMagick is not required. (You don't need to tweakpolicy.xml) - 
latex-svg-imagesupports global cache (off by default), which speedups hakyll site builds. - 
latex-svg-hakyllhasinitFormulaCompilerSVGPurevariant, which doesn't needIOto be created. You don't need to threadrenderFormulaefunction through. - 
Drawback is that result pages become bigger. For example a formula-heavy https://oleg.fi/gists/posts/2018-12-12-find-correct-laws.html is
576kin size withlatex-formulae2819kin size withlatex-svg
Also rendering SVG images is more expensive.