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.
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.
A comparison of different ways to typeset mathematics in Svelte. Link to site. To be updated soon to reflect new opinions.
The mathlifier library, along with source code for the Svelte Math website, has been moved to its own monorepo.
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.
Svelte Djot Math also addresses mathematical rendering needs when mixing math with prose.
The Mathlified framework (via vite-plugin-sveltekit-mathlified
) provides an
opinionated approach to using Markdown/Djot markup to author mathematical
content, with extra features on top of it. We believe there is a good overlap
between the features in Mathlified as compared to the deprecated
mdsvex math starter.