texvc

validates and converts LaTeX expressions into HTML, MathML or PNG

Install

All systems
curl cmd.cat/texvc.sh
Debian Debian
apt-get install texvc
Ubuntu
apt-get install texvc
Arch Arch Linux
pacman -S texvc
Windows (WSL2)
sudo apt-get update sudo apt-get install texvc
Raspbian
apt-get install texvc

texvc

validates and converts LaTeX expressions into HTML, MathML or PNG

texvc takes LaTeX-compatible equations and produces formatted output in HTML, MathML, and (via LaTeX/dvipng) rasterized PNG images. Input data is parsed and scrutinized for safety, and the output includes an estimate of whether the code is simple enough that HTML rendering will look acceptable. texvc was written for math support in MediaWiki, but can be used standalone.

mediawiki-math-texvc

math rendering plugin for MediaWiki (texvc binary files)

MediaWiki is a wiki engine (a program for creating a collaboratively edited website). It is designed to handle heavy websites containing library-like document collections, and supports user uploads of images/sounds, multilingual content, TOC autogeneration, ISBN links, etc. Moreover, it keeps track of changes, so users can receive notifications, view diffs and revert edits. This system has many other features and can easily be extended. This package contains the texvc binary required by the math rendering plugin.