Exploring mathematics in the digital age
Mathlified is a monorepo containing various packages exploring the creation of modern mathematical content.
We will cover the intersection between mathematics, mathematics education, mathematical typesetting, and web and mobile development.
Mathsvex is a Svelte preprocessor that for .md and .math.js inspired by
mdsvex but with easier mathematical content
integration.
A comparison of different ways to typeset mathematics in Svelte. Link to site.
Svelte component to typeset math with MathML via Temml.
Svelte component to typeset Djot markup with MathML via Temml.
Example starter repo to get started working with mathsvex.
The mathlifier library has been moved to its own monorepo.
THe Mathlified framework, via vite-plugin-sveltekit-mathlified is our attempt
at helping authors create cross-platform (web for mobile and electronic use,
LaTeX pdfs for offline printouts) mathematical content. We will likely rewrite
it sometimes in the future.
These packages are no longer actively maintained.
A Svelte component using KaTeX to typeset math. We have since released Svelte Math, which uses MathMl generated via Temml. We believe this is a more lightweight approach compared to Svelte KaTeX.
mdsvex math starter for gettting started with mdsvex and KaTeX. We are focusing our efforts on mathsvex instead.