latex2mathml VS dvi2html

Compare latex2mathml vs dvi2html and see what are their differences.

latex2mathml

Pure Python library for LaTeX to MathML conversion (by roniemartinez)

dvi2html

Device independent (DVI) file format parsing with node (by kisonecat)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
latex2mathml dvi2html
1 1
161 21
- -
8.2 0.0
4 days ago 3 months ago
Python TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

latex2mathml

Posts with mentions or reviews of latex2mathml. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-27.
  • Math Rendering Is Wrong
    7 projects | news.ycombinator.com | 27 Jun 2021
    I have use MathML with Latex2mathml python library https://github.com/roniemartinez/latex2mathml. And is great, the fact that you can render math without a single line of java script. But at the end, only Firefox fully supports MathML, without Chrome support is kind of useless.

dvi2html

Posts with mentions or reviews of dvi2html. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-27.
  • Math Rendering Is Wrong
    7 projects | news.ycombinator.com | 27 Jun 2021
    I implemented a TeX engine in WebAssembly so you really can run TeX in the browser. You can see a demo of this at https://tex.rossprogram.org/ and at https://github.com/kisonecat/web2js you can find a Pascal compiler that targets WebAssembly which can compile Knuth's TeX. Interesting primitives like \directjs are also implemented, so you can execute javascript from inside TeX. The rendering is handled with https://github.com/kisonecat/dvi2html for which I finally fixed some font problems.

    To make it relatively fast, the TeX engine gets snapshotted and shipped to the browser with much of TeXlive already loaded. So even things like TikZ work reasonably well. There is of course a lot more to do! The plan is to convert ximera.osu.edu to this new backend by the fall.

What are some alternatives?

When comparing latex2mathml and dvi2html you can also consider the following projects:

KaTeX - Fast math typesetting for the web.

web2js - Convert TeX's pascal to javascript

SciencePlots - Matplotlib styles for scientific plotting

thatjdanisso.cool - My blog

qubyte-codes - My personal site.

remark - markdown processor powered by plugins part of the @unifiedjs collective